# Contributor: André Klitzing # Maintainer: André Klitzing pkgname=geth pkgver=1.9.11 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 chmod-clean" 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="43aa0f42a69f4ba2f1505f6ef2c3e8afb86ab136b1763b421dca248d8809ce9b22e6c09e7c47a4ea0ec13b9d6587c995fd64dd025ac70a9a35da0deaf0b1ec90 geth-1.9.11.tar.gz"