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