diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ncdu.rb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Library/Formula/ncdu.rb b/Library/Formula/ncdu.rb index dd51c7c30..b55bc5421 100644 --- a/Library/Formula/ncdu.rb +++ b/Library/Formula/ncdu.rb @@ -4,10 +4,13 @@ class Ncdu < Formula homepage 'http://dev.yorhel.nl/ncdu' url 'http://dev.yorhel.nl/download/ncdu-1.10.tar.gz' sha1 'cf3b5fbb5b69cbae5425bfff2660ac3d8224a605' - head 'git://g.blicky.net/ncdu.git' - depends_on :automake if build.head? - depends_on :autoconf if build.head? + head do + url 'git://g.blicky.net/ncdu.git' + + depends_on :automake + depends_on :autoconf + end def install system "autoreconf", "-i" if build.head? |
