Adding formula for git-multipush

Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
Caius Durling 2010-02-05 10:18:44 +00:00 committed by David Höppner
parent 97fda88cca
commit f8dc653055

13
Formula/git-multipush.rb Normal file
View file

@ -0,0 +1,13 @@
require 'formula'
class GitMultipush <Formula
url 'http://git-multipush.googlecode.com/files/git-multipush-1.0.tar.bz2'
homepage 'http://code.google.com/p/git-multipush/'
md5 'ca809d24857c5abe92f870f3a4f2ebe5'
depends_on 'git'
def install
system "make", "prefix=#{prefix}", "install"
end
end