2013-05-23 03:38:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Geogit < Formula
|
|
|
|
homepage 'http://www.geogit.org'
|
2013-09-15 23:11:25 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/geogit/geogit-0.5.0/geogit-cli-app-0.5.0.zip'
|
|
|
|
sha1 'ea0f66b48f7fb3f499d0f79c9c1f8715007417b5'
|
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
|