2010-01-07 18:15:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Peg < Formula
|
2011-03-16 04:41:40 +00:00
|
|
|
homepage 'http://piumarta.com/software/peg/'
|
2012-05-03 15:41:49 +00:00
|
|
|
url 'http://piumarta.com/software/peg/peg-0.1.9.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '40a3dd06264fef8aaaedcc88f198c0641bf4190d'
|
2010-01-07 18:15:11 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make all"
|
|
|
|
bin.install %w[peg leg]
|
|
|
|
man1.install gzip("peg.1")
|
|
|
|
end
|
|
|
|
end
|