Reformat Tig.

master
Adam Vandenberg 2009-11-21 09:53:14 -08:00 committed by Max Howell
parent aa2e2aad60
commit 3a4d582a27
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
require 'formula'
class Tig <Formula
@url='http://jonas.nitro.dk/tig/releases/tig-0.14.1.tar.gz'
@homepage='http://jonas.nitro.dk/tig/'
@md5='e47bf48813c0cbe6be0f3b749e6de96c'
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 "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make install"
end
end