tig: add head option
Closes Homebrew/homebrew#25755. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
32f4c23265
commit
729c5740c7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ require 'formula'
|
|||
|
||||
class Tig < Formula
|
||||
homepage 'http://jonas.nitro.dk/tig/'
|
||||
head 'https://github.com/jonas/tig.git'
|
||||
url 'http://jonas.nitro.dk/tig/releases/tig-1.2.1.tar.gz'
|
||||
sha1 '5755bae7342debf94ef33973e0eaff6207e623dc'
|
||||
|
||||
|
@ -13,6 +14,7 @@ class Tig < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
|
||||
system "make install"
|
||||
system "make install-doc-man" if build.with? "docs"
|
||||
|
|
Loading…
Reference in a new issue