2013-05-23 03:38:53 +00:00
|
|
|
class Geogit < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Distributed version control for geospatial data"
|
2014-08-17 16:32:23 +00:00
|
|
|
homepage "http://www.geogit.org"
|
|
|
|
url "https://downloads.sourceforge.net/project/geogit/geogit-0.10.0/geogit-cli-app-0.10.0.zip"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "b1256a2375aa38b5ba22a83d53f9befd3a7495fea5312884810744a43db77720"
|
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
|