homebrew-core/Formula/bchunk.rb
Max Howell fc4c8c7a55 Remove # depends_on cmake
Thanks to adamv's new test.
2009-10-09 03:59:41 +01:00

13 lines
260 B
Ruby

require 'brewkit'
class Bchunk <Formula
url 'http://he.fi/bchunk/bchunk-1.2.0.tar.gz'
homepage 'http://he.fi/bchunk/'
md5 '6a613da3f34f9a303f202d2e9731d231'
def install
system "make"
bin.install 'bchunk'
man1.install 'bchunk.1'
end
end