homebrew-core/Formula/easy-git.rb
Semyon Perepelitsa ae780cc5c0 Easy Git 1.7.3
Closes Homebrew/homebrew#13023.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30 06:47:41 -07:00

16 lines
313 B
Ruby

require 'formula'
class EasyGit < Formula
homepage 'http://people.gnome.org/~newren/eg/'
url 'http://people.gnome.org/~newren/eg/download/1.7.3/eg'
version "1.7.3"
sha1 'd17165c20ea1b3887f1f81ec6d1217727b817409'
def install
bin.install "eg"
end
def test
system "#{bin}/eg help"
end
end