Skip to content

Instantly share code, notes, and snippets.

@iPadGuy
iPadGuy / cpp-ethereum-10.9.rb
Created December 3, 2015 04:36
Homebrew formula for cpp-ethereum on OS X 10.9.5 (Mavericks)
require 'formula'
class CppEthereum < Formula
# official_version-protocol_version-database_version
version '1.0rc2'
homepage 'https://github.com/ethereum/webthree-umbrella'
url 'https://github.com/ethereum/webthree-umbrella.git', :branch => 'develop'
bottle do