homebrew-core/Formula/geogit.rb

13 lines
324 B
Ruby
Raw Normal View History

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'
def install
bin.install "bin/geogit", "bin/geogit-console"
prefix.install "repo"
end
end