homebrew-core/Formula/tig.rb
Ali Asad Lotia fa505e38e7 Update tig - git curses frontend - to 0.16.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25 08:59:17 -07:00

13 lines
310 B
Ruby

require 'formula'
class Tig <Formula
url 'http://jonas.nitro.dk/tig/releases/tig-0.16.tar.gz'
homepage 'http://jonas.nitro.dk/tig/'
md5 '684572d93033d6cbfc5ee71cffe02935'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
system "make install-doc-man"
end
end