aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMark Derricutt2011-07-03 23:03:38 +1200
committerAdam Vandenberg2012-01-22 19:23:17 -0800
commit6098c75e71d8d6889968a2c45e5e37056fe229ac (patch)
tree4334756fd21037b86d4c2f7bd73628ab95f1f9e6 /Library/Formula
parent254f3cb8ac74eef60a4f539a250f736895d22416 (diff)
downloadhomebrew-6098c75e71d8d6889968a2c45e5e37056fe229ac.tar.bz2
gitslave 2.0.1
Gitslave is a git wrapper tool that makes working with groups of related repositories easier. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gitslave.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/gitslave.rb b/Library/Formula/gitslave.rb
new file mode 100644
index 000000000..0ab030ec5
--- /dev/null
+++ b/Library/Formula/gitslave.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Gitslave < Formula
+ url 'http://downloads.sourceforge.net/project/gitslave/gitslave-2.0.1.tar.gz'
+ homepage 'http://gitslave.sourceforge.net'
+ md5 '7fed63110ae1a656af10462f60592000'
+
+ def install
+ system "make install prefix=#{prefix}"
+ end
+end