summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a78e0afc8a0be36014efc8759e830ca6faa9052e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Christopher Fair <christopherpfair@comcast.net>

pkgname=zsa-wally
pkgver=2.1.0
pkgrel=6
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally"
license=('MIT')
depends=('gtk3' 'webkit2gtk' 'libusb')
provides=('wally')
source=("https://github.com/zsa/wally/releases/download/${pkgver}-linux/wally"
    "https://github.com/zsa/wally/raw/$pkgver-linux/appicon.png"
    "https://github.com/zsa/wally/raw/$pkgver-linux/dist/linux64/50-wally.rules"
    "https://github.com/zsa/wally/raw/$pkgver-linux/dist/linux64/wally.desktop"
)
sha256sums=('cdb168899d4e3a81eddfcfa7746d1e4e0dab886ea043644e54339b51f396c087'
            'SKIP'
            'SKIP'
            'SKIP'
            )

package() {
    install -Dm644 appicon.png "$pkgdir/usr/share/pixmaps/wally.png"
    install -Dm755 wally "$pkgdir/usr/bin/wally"
    install -Dm644 50-wally.rules "$pkgdir/etc/udev/rules.d/50-wally.rules" 
    install -Dm644 wally.desktop "$pkgdir/usr/share/applications/wally.desktop" 
}