Skip to content

Instantly share code, notes, and snippets.

@indytechcook
Created March 21, 2011 13:20
Show Gist options
  • Save indytechcook/879438 to your computer and use it in GitHub Desktop.
Save indytechcook/879438 to your computer and use it in GitHub Desktop.
require 'formula'
class Phpsh < Formuala
url 'git://github.com/facebook/phpsh.git', :using => :git
homepage 'http://www.phpsh.org/'
depends_on 'git', 'python', 'readline'
def install
system 'python setup.py build'
system "sudo python setup.py install", "—prefix=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment