# Maintainer: Jiří Prokop pkgname=zsa-wally pkgver=1.1.1 pkgrel=2 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/1.1.1-linux/wally' '50-wally.rules' ) sha256sums=('ef3c743bb3d15f6f5b01f6cddd189a4761be12175d63e852651dbb6653e21d0f' 'SKIP' ) package() { install -Dm644 50-wally.rules "$pkgdir"/etc/udev/rules.d/50-wally.rules install -Dm755 wally "$pkgdir"/usr/bin/wally }