'tig' formula, a curses-based front end for Git.

master
Adam Vandenberg 2009-07-31 21:39:48 -07:00 committed by Max Howell
parent 6acb6af0d2
commit d387e38c71
1 changed files with 12 additions and 0 deletions

12
Formula/tig.rb Normal file
View File

@ -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