summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 159aa5f4e909dc4e29143184eedf1d836ce12333 (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.0
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.0/erigon_2.53.0_linux_amd64.tar.gz")
b2sums=('f7b9f99db1059cd6dabc3c94a627cf9208119a5bb7b77ecd087e4e8487d796bec59097b3ceb76924f545d671f940dbaae4f66337f7739845db64deee5c7933ca')

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