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