Skip to content

Instantly share code, notes, and snippets.

@stevenjack
Created October 31, 2013 10:03
Show Gist options
  • Save stevenjack/7247233 to your computer and use it in GitHub Desktop.
Save stevenjack/7247233 to your computer and use it in GitHub Desktop.
require 'formula'
class Composer < Formula
homepage 'http://getcomposer.org'
url 'https://getcomposer.org/composer.phar'
sha1 'f10b5a52c34a46986bf84dca31176aa29174d089'
version 'HEAD'
def install
bin.install "composer.phar" => "composer"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment