2010-01-22 21:58:10 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Stgit < Formula
|
2010-01-22 21:58:10 +00:00
|
|
|
url 'http://download.gna.org/stgit/stgit-0.15.tar.gz'
|
|
|
|
homepage 'http://www.procode.org/stgit'
|
|
|
|
md5 'a4721b2a5f529cf5450109f9fcb4db19'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}", "all"
|
|
|
|
system "make", "prefix=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|