Commit a2086729 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1381 from uberhacker/add-chromebrew_scripts-package

Add chromebrew_scripts package
parents 3a23cdd0 b8eca0fb
require 'package'
class Chromebrew_scripts < Package
description 'Useful bash utility scripts for Chrome/Chromium OS systems.'
homepage 'https://github.com/uberhacker/chromebrew-scripts'
version '1.0.0'
source_url 'https://github.com/uberhacker/chromebrew-scripts/archive/1.0.0.tar.gz'
source_sha256 '97afac04020e9d82e7026113f8040ad609fb4887da202ded129bd7f65b996341'
binary_url ({
})
binary_sha256 ({
})
def self.install
system "install -Dm755 powerwash #{CREW_DEST_PREFIX}/bin/powerwash"
system "install -Dm755 rootfs #{CREW_DEST_PREFIX}/bin/rootfs"
system "install -Dm755 rw #{CREW_DEST_PREFIX}/bin/rw"
system "install -Dm755 uninstall #{CREW_DEST_PREFIX}/bin/uninstall"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment