Skip to content

Instantly share code, notes, and snippets.

View mceachen's full-sized avatar

Matthew McEachen mceachen

View GitHub Profile
@mceachen
mceachen / thrift.rb
Created January 31, 2012 23:12
Thrift 0.6.0 Homebrew formula
require 'formula'
class Thrift < Formula
homepage 'http://thrift.apache.org'
head 'http://svn.apache.org/repos/asf/thrift/trunk'
url 'http://archive.apache.org/dist/thrift/0.6.0/thrift-0.6.0.tar.gz'
md5 'c1a9c679bc75d038ce5ef447bf6e4c75'
depends_on 'boost'
@mceachen
mceachen / thrift.rb
Created June 21, 2011 17:54
Thrift 0.5.0 homebrew
require 'formula'
class Thrift < Formula
homepage 'http://incubator.apache.org/thrift/'
head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk'
url 'http://archive.apache.org/dist/incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz'
md5 '14c97adefb4efc209285f63b4c7f51f2'
depends_on 'boost'