summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51a0ccc5c5465eddd771c0d7ce016d85eafc3176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: goll <adrian.goll+aur[at]gmail>

pkgname=waves-client
pkgver=1.4.4
pkgrel=1
pkgdesc="The official client application for the Waves platform"
arch=('x86_64')
url="https://wavesplatform.com/"
license=('MIT')
depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
source=("https://wavesplatform.com/files/WavesDEX-linux.deb")
sha256sums=('d63f7762cf5d9a75a420028a28f673d73ec623b5d13ec3c519bf693070cab3b2')

package() {
    bsdtar -O -xf WavesDEX-linux.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
    find "${pkgdir}" -type d -exec chmod 755 {} +

    mkdir -p "$pkgdir/usr/bin"
    ln -s "/opt/Waves DEX/waves-client" "${pkgdir}/usr/bin/waves-client"
}