aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bchunk.rb
blob: 7824595098eae59a31ba05e6bf1bab1560b90c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

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