pkgname=lighthouse-ethereum-bin pkgver=1.5.2 _pkgname=lighthouse pkgrel=1 pkgdesc='Ethereum 2.0 client' arch=('x86_64') url='https://lighthouse.sigmaprime.io/' license=('Apache License 2.0') depends=('openssl') provides=('lighthouse') conflicts=('lighthouse') replaces=('lighthouse') source=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz") sha256sums=('924a5441c3fb6f01da75273290324af85aae2f66e84fdce1899e8b265176c782') package() { install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse" }