2013-05-23 03:38:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Geogit < Formula
|
|
|
|
homepage 'http://www.geogit.org'
|
2014-05-04 06:18:00 +00:00
|
|
|
url 'https://downloads.sourceforge.net/project/geogit/geogit-0.8.0/geogit-cli-app-0.8.0.zip'
|
|
|
|
sha1 '343df635d61a26f6ff5603cdb1b51d2b062806ff'
|
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
|