void-packages/srcpkgs/go-ethereum/template

29 lines
833 B
Bash
Raw Normal View History

# Template file for 'go-ethereum'
pkgname=go-ethereum
2018-12-13 05:34:21 +01:00
version=1.8.20
2018-11-29 20:32:47 +01:00
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
${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"
2018-12-13 05:34:21 +01:00
checksum=7299f72a1d35a2653075a2070babf78f98f6eb3f41da43293304737ac0156658
geth_package() {
short_desc="Official Go implementation of the Ethereum protocol"
pkg_install() {
vmove usr/bin/geth
}
}