Skip to content

Instantly share code, notes, and snippets.

@giginet
Created June 12, 2012 00:35
Show Gist options
  • Select an option

  • Save giginet/2913671 to your computer and use it in GitHub Desktop.

Select an option

Save giginet/2913671 to your computer and use it in GitHub Desktop.
require 'formula'
class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.10.1'
homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
md5 'd3ff9bcf489466a408020867b77f1d4d'
def install
system "rake", "install", "prefix=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment