summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e118da98f62c23fec4a7656768f614887b170c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: 0xjac <aur at 0xjac dot com>

pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
pkgver=1.0.0
pkgrel=1
arch=('x86_64')
url="https://github.com/alephium/alephium-wallet"
license=('LGPL3')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source_x86_64=("https://github.com/alephium/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64-$pkgver.deb")
sha256sums_x86_64=('91f26241585cd98383814153253428e5d3359eec63265f77a6c61da4fb505e3f')

package() {
	tar -xf data.tar.xz -C "$pkgdir"
}