Skip to content

Instantly share code, notes, and snippets.

@RobinDaugherty
Created January 3, 2012 19:37
Show Gist options
  • Select an option

  • Save RobinDaugherty/1556511 to your computer and use it in GitHub Desktop.

Select an option

Save RobinDaugherty/1556511 to your computer and use it in GitHub Desktop.
Install ZendFramework Homebrew Formula
require 'formula'
class Zendframework < Formula
url 'http://framework.zend.com/releases/ZendFramework-1.10.3/ZendFramework-1.10.3.tar.gz'
homepage 'http://framework.zend.com'
md5 'da0b497b2446f5612895d689821624e2'
version '1.10.3'
def install
prefix.install Dir['*']
system "ln -s #{prefix}/library/Zend #{HOMEBREW_PREFIX}/lib/php/Zend"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment