Skip to content

Instantly share code, notes, and snippets.

@74monkeys
74monkeys / thrift.rb
Created January 6, 2014 22:17 — forked from cypres/thrift.rb
require 'formula'
class Thrift < Formula
homepage 'http://thrift.apache.org'
# The thrift.apache.org 0.9.1 archive is missing PHP ext, fixed in THRIFT-2129
# By grapping the source from git instead, it's fixed, but we need to bootstrap
url 'https://git-wip-us.apache.org/repos/asf/thrift.git', :branch => "0.9.1"
version "0.9.1"
head do