# Contributor: André Klitzing # Maintainer: André Klitzing pkgname=geth pkgver=1.9.9 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="dbf379a24081933e73d8ad64b7953229baa1315ae4e1a4cea3b57f056edc19513bc5e335bf325f5cdb2a5b191e2b304158270fc1d55812a4b937d818de7d3226 geth-1.9.9.tar.gz"