aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Livingood2010-01-22 14:58:10 -0700
committerAdam Vandenberg2010-08-22 10:50:49 -0700
commit24962c78a31e25437288be2bf756bb44fefabd42 (patch)
treef84bcdaf8c68706c00960fa8eafa6bb0ec841952 /Library
parent3066bc9c042dd81e74d22fbe4eacf28b31ff08f3 (diff)
downloadhomebrew-24962c78a31e25437288be2bf756bb44fefabd42.tar.bz2
Formula: stgit
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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