2010-04-14 09:38:27 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Bar < Formula
|
2010-04-14 09:38:27 +00:00
|
|
|
homepage 'http://www.theiling.de/projects/bar.html'
|
2013-01-27 01:45:51 +00:00
|
|
|
url 'http://www.theiling.de/downloads/bar-1.4-src.tar.bz2'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '00b55ca1d52ca6ed099937692697c2257833c73c'
|
2010-04-14 09:38:27 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'bar'
|
|
|
|
end
|
|
|
|
end
|