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-02-24 21:46:50 +00:00
|
|
|
url 'http://piumarta.com/software/peg/peg-0.1.7.tar.gz'
|
|
|
|
md5 'e68a7b8d9ae11275242e84abd86c3258'
|
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
|