aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/stgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/stgit.rb')
-rw-r--r--Library/Formula/stgit.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/stgit.rb b/Library/Formula/stgit.rb
new file mode 100644
index 000000000..2577c360d
--- /dev/null
+++ b/Library/Formula/stgit.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Stgit <Formula
+ 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