2013-05-23 03:38:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Geogit < Formula
|
|
|
|
homepage 'http://www.geogit.org'
|
2013-08-11 19:02:55 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/geogit/geogit-0.4.0/geogit-cli-app-0.4.0.zip'
|
|
|
|
sha1 '41d87374e96a765da5ddab928b4cef0756ad339c'
|
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
|