summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 26cc2454295a9e0f1b09fc6802fcf8190df18d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
pkgver=2.1.4
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
url='https://lighthouse.sigmaprime.io/'
license=('Apache License 2.0')
depends=('openssl')
provides=('lighthouse')
conflicts=('lighthouse')
replaces=('lighthouse')
source_x86_64=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
sha256sums_x86_64=('9eb89a69790132f2fb13f605c7c220a3021a89ae165eeccd0d34041922064456')
sha256sums_aarch64=('121e33edc34947073068deceacc4a0ea32ebd10d9b395bd48b08c797c9ad94a3')

package() {
    install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"
}