homebrew-core/Formula/geogit.rb
Matthew Vincent eec6f07ff5 GeoGit 0.4.0
Closes Homebrew/homebrew#21822.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 22:38:10 -07:00

12 lines
323 B
Ruby

require 'formula'
class Geogit < Formula
homepage 'http://www.geogit.org'
url 'http://downloads.sourceforge.net/project/geogit/geogit-0.4.0/geogit-cli-app-0.4.0.zip'
sha1 '41d87374e96a765da5ddab928b4cef0756ad339c'
def install
bin.install "bin/geogit", "bin/geogit-console"
prefix.install "repo"
end
end