2012-06-11 11:35:28 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class EasyGit < Formula
|
|
|
|
homepage 'http://people.gnome.org/~newren/eg/'
|
2013-08-05 06:04:53 +00:00
|
|
|
url 'http://people.gnome.org/~newren/eg/download/1.7.3/eg', :using => :ssl3
|
2012-06-11 11:35:28 +00:00
|
|
|
version "1.7.3"
|
|
|
|
sha1 'd17165c20ea1b3887f1f81ec6d1217727b817409'
|
|
|
|
|
|
|
|
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
|