fish: use spec deps
This commit is contained in:
parent
b23c982686
commit
f234973f42
1 changed files with 6 additions and 3 deletions
|
@ -5,10 +5,13 @@ class Fish < Formula
|
|||
url 'http://fishshell.com/files/2.0.0/fish-2.0.0.tar.gz'
|
||||
sha1 '2d28553e2ff975f8e5fed6b266f7a940493b6636'
|
||||
|
||||
head 'https://github.com/fish-shell/fish-shell.git'
|
||||
head do
|
||||
url 'https://github.com/fish-shell/fish-shell.git'
|
||||
|
||||
# Indeed, the head build always builds documentation
|
||||
depends_on 'doxygen' => :build if build.head?
|
||||
depends_on 'doxygen' => :build
|
||||
end
|
||||
|
||||
depends_on :autoconf
|
||||
|
||||
skip_clean 'share/doc'
|
||||
|
|
Loading…
Reference in a new issue