summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f1f8143b00838089feb128569915c39fdcf6be7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=erigon-bin
pkgdesc='Ethereum implementation on the efficiency frontier. Binary distribution'
pkgver=2.53.1
pkgrel=1
url='https://github.com/ledgerwatch/erigon'
provides=('erigon')
conflicts=('erigon')
arch=('x86_64')
license=('GPL3')
source=("https://github.com/ledgerwatch/erigon/releases/download/v2.53.1/erigon_2.53.1_linux_amd64.tar.gz")
b2sums=('9284df06e8d78b556e59e830f1acc35dcecfe7cc6745dbdea269ee43d823ff5dc4d227d0dc236a80aebdbb8bac567f140dbf47697c505b100689e42dc1e15a37')

package() {
    install -Dm755 erigon "${pkgdir}"/usr/bin/erigon
}