tig: HEAD depends on autoconf and automake
This commit is contained in:
parent
fcdeca67cc
commit
367a6d7256
1 changed files with 6 additions and 1 deletions
|
@ -2,10 +2,15 @@ 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'
|
||||
|
||||
head do
|
||||
url "https://github.com/jonas/tig.git"
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
option 'with-docs', 'Build man pages using asciidoc and xmlto'
|
||||
|
||||
if build.with? "docs"
|
||||
|
|
Loading…
Reference in a new issue