Added bar formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
julienXX 2010-04-14 11:38:27 +02:00 committed by Adam Vandenberg
parent 8c2056fe97
commit c4c96d38c6
1 changed files with 11 additions and 0 deletions

11
Formula/bar.rb Normal file
View File

@ -0,0 +1,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