New package: geth-1.8.17
This commit is contained in:
parent
345d0a3f73
commit
bdeac4d92d
1 changed files with 15 additions and 0 deletions
15
srcpkgs/geth/template
Normal file
15
srcpkgs/geth/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'geth'
|
||||||
|
pkgname=geth
|
||||||
|
version=1.8.17
|
||||||
|
revision=1
|
||||||
|
wrksrc="go-ethereum-${version}"
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/ethereum/go-ethereum"
|
||||||
|
go_package="${go_import_path}/cmd/geth"
|
||||||
|
go_build_tags="v${version}"
|
||||||
|
short_desc="Official Go implementation of the Ethereum protocol"
|
||||||
|
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||||||
|
license="LGPL-3.0-only"
|
||||||
|
homepage="https://geth.ethereum.org"
|
||||||
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
|
checksum=46447764285829ab9500f272f8fc1d49a5e0cd886944ada9ac67431b403a72a6
|
Loading…
Reference in a new issue