/ cpp-ethereum.rb
cpp-ethereum.rb
1 #------------------------------------------------------------------------------ 2 # cpp-ethereum.rb 3 # 4 # Homebrew formula for cpp-ethereum. Homebrew (http://brew.sh/) is 5 # the de-facto standard package manager for OS X, and this Ruby script 6 # contains the metadata used to map command-line user settings used 7 # with the 'brew' command onto build options. 8 # 9 # Our documentation for the cpp-ethereum Homebrew setup is at: 10 # 11 # http://cpp-ethereum.org/installing-binaries/osx-homebrew.html 12 # 13 # (c) 2014-2017 cpp-ethereum contributors. 14 #------------------------------------------------------------------------------ 15 16 class CppEthereum < Formula 17 desc "Ethereum C++ client" 18 homepage "http://cpp-ethereum.org" 19 version "1.5.3" 20 21 url "https://github.com/ethereum/aleth.git" 22 23 opoo "Aleth (formerly cpp-ethereum) has been removed from Homebrew. Please install binary releases from https://github.com/ethereum/aleth/releases." 24 end