summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 180ee0ccf03ce22bc2ec3f75d3341dfc6db41960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: dllud <dllud riseup net>

pkgname=grin-wallet-bin
pkgver=5.1.0
pkgrel=1
pkgdesc="Reference implementation of Grin's wallet."
arch=('x86_64')
url='https://github.com/mimblewimble/grin-wallet'
license=('Apache')
optdepends=('tor: for immediate transactions through Tor anonymizing network')
conflicts=('grin-wallet')
provides=('grin-wallet')
options=(!strip)
source=("https://github.com/mimblewimble/grin-wallet/releases/download/v${pkgver}/grin-wallet-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('aaf0d6b658d1756289bccae82cfea3e084de1bec11d47e86f3254cbe80a3cc60')

package() {
    install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/grin-wallet/grin-wallet"
}