Skip to content

Instantly share code, notes, and snippets.

View RobinDaugherty's full-sized avatar

Robin Daugherty RobinDaugherty

View GitHub Profile
@RobinDaugherty
RobinDaugherty / zendframework.rb
Created January 3, 2012 19:37
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['*']