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
|
|
|
homepage 'http://www.procode.org/stgit'
|
2012-06-15 21:37:50 +00:00
|
|
|
url 'http://download.gna.org/stgit/stgit-0.16.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '10b62d080a4c34c2dd11de4d1c800f62b9e5018c'
|
2010-01-22 21:58:10 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}", "all"
|
|
|
|
system "make", "prefix=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|