aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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