aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2009-07-31 21:39:48 -0700
committerMax Howell2009-08-02 01:25:01 +0100
commitc8cb948e7d8eb09c5c21cbd2e7fd7c7260de617f (patch)
treeaa21861ebe64f3adc7ae0eb631ac5631026be9f9 /Library/Formula
parent0f52a9b3b3b4fb5a2c6dce25189eb2ba17b02783 (diff)
downloadhomebrew-c8cb948e7d8eb09c5c21cbd2e7fd7c7260de617f.tar.bz2
'tig' formula, a curses-based front end for Git.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tig.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
new file mode 100644
index 000000000..4e2dd82c1
--- /dev/null
+++ b/Library/Formula/tig.rb
@@ -0,0 +1,12 @@
+require 'brewkit'
+
+class Tig <Formula
+ @url='http://jonas.nitro.dk/tig/releases/tig-0.14.1.tar.gz'
+ @homepage='http://jonas.nitro.dk/tig/'
+ @md5='e47bf48813c0cbe6be0f3b749e6de96c'
+
+ def install
+ system "./configure --disable-debug --prefix='#{prefix}'"
+ system "make install"
+ end
+end \ No newline at end of file