Skip to content

Commit

Permalink
Remove cpp-ethereum (and leave deprecation notice)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 24, 2019
1 parent 923565c commit 99bce65
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions cpp-ethereum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,7 @@ class CppEthereum < Formula
desc "Ethereum C++ client"
homepage "http://cpp-ethereum.org"

url "https://github.com/ethereum/aleth.git", :tag => "v1.5.2"
version "1.5.2"
url "https://github.com/ethereum/aleth.git"

devel do
url "https://github.com/ethereum/aleth.git", :branch => "master"
version "development"
end

depends_on "cmake" => :build
depends_on "leveldb"

def install
system "cmake", ".", *std_cmake_args, "-DVMTRACE=ON"
system "make"
system "make", "install"
end

test do
system "#{bin}/aleth", "--version"
end
odie "cpp-ethereum has been removed from Homebrew. Please install binary release from https://github.com/ethereum/aleth/relases"
end

0 comments on commit 99bce65

Please sign in to comment.