2011-07-03 11:03:38 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Gitslave < Formula
|
|
|
|
homepage 'http://gitslave.sourceforge.net'
|
2012-10-17 21:23:20 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/gitslave/gitslave-2.0.2.tar.gz'
|
|
|
|
sha1 'e27c3ed89f0dad0e7b6dffc424624c219d96296e'
|
2011-07-03 11:03:38 +00:00
|
|
|
|
|
|
|
def install
|
2012-05-15 18:31:21 +00:00
|
|
|
system "make", "install", "prefix=#{prefix}"
|
2011-07-03 11:03:38 +00:00
|
|
|
end
|
|
|
|
end
|