2010-02-05 10:18:44 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class GitMultipush < Formula
|
2010-02-05 10:18:44 +00:00
|
|
|
url 'http://git-multipush.googlecode.com/files/git-multipush-1.0.tar.bz2'
|
|
|
|
homepage 'http://code.google.com/p/git-multipush/'
|
|
|
|
md5 'ca809d24857c5abe92f870f3a4f2ebe5'
|
|
|
|
|
2010-06-23 16:21:15 +00:00
|
|
|
# Not depending on git because people might have it
|
|
|
|
# installed through another means
|
2010-02-05 10:18:44 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|