git-multipush: use spec deps

master
Jack Nagel 2013-09-21 18:33:42 -05:00
parent e60a755b06
commit bc2f781c5d
1 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,10 @@ class GitMultipush < Formula
url 'http://git-multipush.googlecode.com/files/git-multipush-2.3.tar.bz2'
sha1 'a53f171af5e794afe9b1de6ccd9bd0661db6fd91'
head 'https://github.com/gavinbeatty/git-multipush.git'
depends_on 'asciidoc' => :build if build.head?
head do
url 'https://github.com/gavinbeatty/git-multipush.git'
depends_on 'asciidoc' => :build
end
def install
if build.head?