2013-05-23 03:38:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Geogit < Formula
|
|
|
|
homepage 'http://www.geogit.org'
|
2014-03-07 21:38:44 +00:00
|
|
|
url 'https://downloads.sourceforge.net/project/geogit/geogit-0.7.0/geogit-cli-app-0.7.0.zip'
|
|
|
|
sha1 'b98db1e1a4d7e6e1abf2cf8d96ed647d213c1c92'
|
2013-05-23 03:38:53 +00:00
|
|
|
|
|
|
|
def install
|
2013-08-11 19:02:55 +00:00
|
|
|
bin.install "bin/geogit", "bin/geogit-console"
|
2013-05-23 03:38:53 +00:00
|
|
|
prefix.install "repo"
|
|
|
|
end
|
|
|
|
end
|