aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bar.rb
blob: 6a5c5d623411b480718793f1d376050d8fc4d7cd (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