Skip to content

Instantly share code, notes, and snippets.

View chrislusf's full-sized avatar
🏠
Working from home

Chris Lu chrislusf

🏠
Working from home
View GitHub Profile
@chrislusf
chrislusf / thrift093.rb
Created September 27, 2018 01:02
Install Thrift 0.9.3 with brew on macOS
class Thrift < Formula
desc "Framework for scalable cross-language services development"
homepage "https://thrift.apache.org/"
stable do
url "https://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.3/thrift-0.9.3.tar.gz"
sha256 "b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e"
# Apply any necessary patches (none currently required)
[
@chrislusf
chrislusf / thrift.rb
Created September 27, 2018 03:57
Install Thrift 0.9.3 with brew on macOS
class Thrift < Formula
desc "Framework for scalable cross-language services development"
homepage "https://thrift.apache.org/"
stable do
url "https://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.3/thrift-0.9.3.tar.gz"
sha256 "b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e"
# Apply any necessary patches (none currently required)
[