New package: go-ethereum-1.8.18

closes #4868
This commit is contained in:
Hoang Nguyen 2018-11-18 04:17:48 -08:00 committed by maxice8
parent 18451c663a
commit 1f356f6237
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
3 changed files with 29 additions and 14 deletions

1
srcpkgs/geth Symbolic link
View File

@ -0,0 +1 @@
go-ethereum

View File

@ -1,14 +0,0 @@
# Template file for 'geth'
pkgname=geth
version=1.8.18
revision=2
wrksrc="go-ethereum-${version}"
build_style=go
go_import_path="github.com/ethereum/go-ethereum"
go_package="${go_import_path}/cmd/geth"
short_desc="Official Go implementation of the Ethereum protocol"
maintainer="Hoang Nguyen <hoang@wetrust.io>"
license="GPL-3.0-only"
homepage="https://geth.ethereum.org"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=cbab18a733298830c9ed1e19c1ece37edf417fd55ec8f198803048ecc3ffa0b9

View File

@ -0,0 +1,28 @@
# Template file for 'go-ethereum'
pkgname=go-ethereum
version=1.8.18
revision=3
build_style=go
go_import_path=github.com/ethereum/go-ethereum
go_package="${go_import_path}/cmd/abigen
${go_import_path}/cmd/bootnode
${go_import_path}/cmd/evm
${go_import_path}/cmd/geth
${go_import_path}/cmd/puppeth
${go_import_path}/cmd/rlpdump
${go_import_path}/cmd/wnode
${go_import_path}/cmd/swarm"
depends="geth"
short_desc="Full suite of Go Ethereum utilities"
maintainer="Hoang Nguyen <hoang@wetrust.io>"
license="GPL-3.0-only"
homepage="https://github.com/ethereum/go-ethereum"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=cbab18a733298830c9ed1e19c1ece37edf417fd55ec8f198803048ecc3ffa0b9
geth_package() {
short_desc="Official Go implementation of the Ethereum protocol"
pkg_install() {
vmove usr/bin/geth
}
}