Skip to content

Instantly share code, notes, and snippets.

@jens
Forked from guitsaru/forego.rb
Created November 27, 2013 10:27
Show Gist options
  • Save jens/7673591 to your computer and use it in GitHub Desktop.
Save jens/7673591 to your computer and use it in GitHub Desktop.
require 'formula'
class Forego < ScriptFileFormula
homepage 'https://github.com/ddollar/forego'
url 'https://godist.herokuapp.com/projects/ddollar/forego/releases/0.8.2/darwin-amd64/forego'
sha1 '62f4c0cb7e48647ca7c9ef4a801f49576b577d4a'
version '0.8.2'
test do
system "#{bin}/forego", "version"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment