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