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

class Bar <Formula
  url 'http://www.theiling.de/downloads/bar-1.4-src.tar.bz2'
  homepage 'http://www.theiling.de/projects/bar.html'
  md5 '4b99147e2efbe678cbcdc985ad2412f4'

  def install
    bin.install 'bar'
  end
end