summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9c901f0e3f8cc3298c5ba83ab6f8ec1349ac6599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Stephen Argent <steve [at] tuxcon [dot] com>

pkgname=('byteball-tn')
pkgver=1.9.1t
pkgrel=2
pkgdesc="Byteball cryptocurrency testnet wallet client."
arch=('x86_64')
url='byteball.org'
license=('MIT')
source=(https://github.com/byteball/byteball/releases/download/v${pkgver}/byteball-tn-linux64.zip)
sha256sums=('1d0f28db0f593299c41c003723c88c11f1df6f3f1e9680b114bb0a06e6cb8042')
install="$pkgname.install"
package() {
	unzip -o "${srcdir}/byteball-tn-linux64.zip"
	install -dm755 "$pkgdir/usr/share/byteball-tn"
	install -dm755 "$pkgdir/usr/share/applications"
	install -Dm644 "$srcdir/byteball-tn-linux64/byteball.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
	cp -R ${srcdir}/byteball-tn-linux64/* ${pkgdir}/usr/share/byteball-tn/
	chmod -R 755 ${pkgdir}/usr/share/byteball-tn/
}