aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/topgit.rb
diff options
context:
space:
mode:
authorChristian Romney2011-04-19 07:59:58 -0400
committerAdam Vandenberg2011-09-01 10:26:46 -0700
commiteabfa6cf16f3133c0b30f5d761b798db2c1d41d4 (patch)
tree0c288d95c9a4282b4f9a71a97f98f297da5d4f7b /Library/Formula/topgit.rb
parent77d17e00d7a575e3231bbe0d4d4000afcb842379 (diff)
downloadhomebrew-eabfa6cf16f3133c0b30f5d761b798db2c1d41d4.tar.bz2
TopGit 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/topgit.rb')
-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