Skip to content

Instantly share code, notes, and snippets.

@guitsaru
Created November 7, 2013 18:19
Show Gist options
  • Save guitsaru/7359361 to your computer and use it in GitHub Desktop.
Save guitsaru/7359361 to your computer and use it in GitHub Desktop.
forego homebrew formula
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