Created
January 3, 2012 19:37
-
-
Save RobinDaugherty/1556511 to your computer and use it in GitHub Desktop.
Install ZendFramework Homebrew Formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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