void-packages/srcpkgs/go-ethereum/template
2019-11-09 21:36:58 +01:00

27 lines
810 B
Bash

# Template file for 'go-ethereum'
pkgname=go-ethereum
version=1.9.7
revision=1
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"
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=991ab9cad1697e32acf0f926e38e8d4f6ee3140d3f3236f971b178a6a35a187b
geth_package() {
short_desc="Official Go implementation of the Ethereum protocol"
pkg_install() {
vmove usr/bin/geth
}
}