# Contributor: André Klitzing # Maintainer: André Klitzing pkgname=geth pkgver=1.9.5 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" arch="all !aarch64" # build fails license="LGPL-3.0" makedepends="go linux-headers" checkdepends="fuse" options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz" builddir="$srcdir/go-ethereum-$pkgver" build() { make } check() { make test } package() { mkdir -p "$pkgdir"/usr/bin install -m755 -t "$pkgdir"/usr/bin build/bin/* } sha512sums="e535d56579e62e00434a2d52e58fa2ff86f086833ac64c04b856b59355a551ae7f6d741e4847724a9b317a74b2042112c76f826323651c4a21dac15d050eb1d9 geth-1.9.5.tar.gz"