Skip to content

Instantly share code, notes, and snippets.

@mtwentyman
Last active August 26, 2015 13:09
Show Gist options
  • Save mtwentyman/c38e7fcb6a42d7a10b0c to your computer and use it in GitHub Desktop.
Save mtwentyman/c38e7fcb6a42d7a10b0c to your computer and use it in GitHub Desktop.
class Blackbox < Formula
homepage 'https://github.com/StackExchange/blackbox'
url 'https://github.com/StackExchange/blackbox/archive/v1.20150730.tar.gz'
sha256 'e410e3e7562a4291600d54057168125a59fdb5ef6af00334e2c2a6960759605b'
def install
rm 'bin/Makefile'
bin.install Dir['bin/*']
end
test do
system "#{bin}/blackbox_cat"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment