New formulat: greg

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Josh Pschorr 2010-08-04 21:24:45 -04:00 committed by Adam Vandenberg
parent 81ab3ee618
commit 9fecef7df1
1 changed files with 15 additions and 0 deletions

15
Formula/greg.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Greg <Formula
head 'http://github.com/nddrylliog/greg.git'
homepage 'http://github.com/nddrylliog/greg'
def install
inreplace 'Makefile' do |contents|
contents.change_make_var! "PREFIX", prefix
end
bin.mkdir
system "make install"
end
end