geth: install the full suite of utilities
Closes #20531. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
099aad35c1
commit
ce3ac27d5e
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ class Geth < Formula
|
|||
homepage "https://ethereum.github.io/go-ethereum/"
|
||||
url "https://github.com/ethereum/go-ethereum/archive/v1.7.2.tar.gz"
|
||||
sha256 "456ff0e6f495a69b4df11618156010d6f26ccbaba39e544c95108942b10897dc"
|
||||
revision 1
|
||||
head "https://github.com/ethereum/go-ethereum.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,8 +16,8 @@ class Geth < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
system "make", "geth"
|
||||
bin.install "build/bin/geth"
|
||||
system "make", "all"
|
||||
bin.install Dir["build/bin/*"]
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue