Adding formula for git-multipush
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
97fda88cca
commit
f8dc653055
1 changed files with 13 additions and 0 deletions
13
Formula/git-multipush.rb
Normal file
13
Formula/git-multipush.rb
Normal 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
|
Loading…
Reference in a new issue