aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/topgit.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/topgit.rb b/Library/Formula/topgit.rb
new file mode 100644
index 000000000..820603f45
--- /dev/null
+++ b/Library/Formula/topgit.rb
@@ -0,0 +1,11 @@
+require 'formula'
+
+class Topgit < Formula
+ url 'git://repo.or.cz/topgit.git', :tag => '1744aca50f3d7b6b4863523207e5010e112dfb85'
+ homepage 'http://repo.or.cz/w/topgit.git'
+ version '0.8'
+
+ def install
+ system "export prefix=#{prefix} && make install"
+ end
+end