# Maintainer: HMH pkgname=weylus-bin pkgver=0.10.0 pkgrel=1 pkgdesc="Weylus - Use your tablet as graphic tablet/touch screen on your computer." arch=('x86_64') url="https://github.com/H-M-H/Weylus" license=('AGPL3') source=("$pkgname-$pkgver.zip::https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip") sha256sums=('f05c299f78334a4806b04a8460481a21d7965793ce98bba415da27fee6eba7a1') package() { install -vDm755 weylus "$pkgdir/usr/bin/weylus" install -vDm755 "weylus.desktop" "${pkgdir}/usr/share/applications/weylus.desktop" } depends=(libxtst libxcursor libxinerama libxft libxrandr libxcomposite libva)