aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geogit.rb
blob: c3bdf1363a4b805af4b614fd2b3d4db3676f000a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Geogit < Formula
  homepage 'http://www.geogit.org'
  url 'http://downloads.sourceforge.net/project/geogit/geogit-0.2.0/geogit-cli-app-0.2.0.zip'
  sha1 'd57e4a67a644c15f5415c5c73259a9efb5a0595a'

  def install
    bin.install "bin/geogit"
    bin.install "bin/geogit-console"
    prefix.install "repo"
  end
end