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

class Bchunk < Formula
  homepage 'http://he.fi/bchunk/'
  url 'http://he.fi/bchunk/bchunk-1.2.0.tar.gz'
  sha1 'a328e4665eb5e51df63d8d27d1d75ecc74bdef9e'

  def install
    system "make"
    bin.install 'bchunk'
    man1.install 'bchunk.1'
  end
end