2012-06-11 11:35:28 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class EasyGit < Formula
|
|
|
|
homepage 'http://people.gnome.org/~newren/eg/'
|
2013-12-28 11:30:12 +00:00
|
|
|
url 'http://people.gnome.org/~newren/eg/download/1.7.5.2/eg', :using => :ssl3
|
|
|
|
version '1.7.5.2'
|
|
|
|
sha1 'c59a10affaae79bddbbe1de743d85d7771575905'
|
2012-06-11 11:35:28 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "eg"
|
|
|
|
end
|
|
|
|
|
2013-03-25 18:34:46 +00:00
|
|
|
test do
|
|
|
|
system "#{bin}/eg", "help"
|
2012-06-11 11:35:28 +00:00
|
|
|
end
|
|
|
|
end
|