Skip to content

Instantly share code, notes, and snippets.

@gom
Forked from dataich/phpbrew.rb
Last active December 15, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gom/5185665 to your computer and use it in GitHub Desktop.
Save gom/5185665 to your computer and use it in GitHub Desktop.
require 'formula'
class Phpbrew < Formula
homepage 'https://github.com/c9s/phpbrew'
url 'https://github.com/c9s/phpbrew/tarball/1.8.16'
sha1 'ae4801d8f5c004677b7889b88ffbd4539def1d9b'
head 'https://github.com/c9s/phpbrew/tarball/master'
depends_on 'automake'
depends_on 'autoconf'
depends_on 'curl'
depends_on 'pcre'
depends_on 're2c'
depends_on 'mhash'
depends_on 'libtool'
depends_on 'icu4c'
depends_on 'gettext'
depends_on 'jpeg'
depends_on 'libxml2'
depends_on 'mcrypt'
depends_on 'gmp'
depends_on 'libevent'
def install
bin.install 'phpbrew'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment