summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6087f0771eac7d49e62d0d83d0f87700c4218b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: HMH <henry@freedesk.net>

pkgname=weylus-bin
pkgver=0.6.2
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=("https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
sha256sums=('c43197b01d7a19b72c27245d466b28e676a1091e2515499d4bcd8d4624640009')

package() {
    install -vDm755 weylus     "$pkgdir/usr/bin/weylus"
}

depends=(libxtst glu libxcursor libxinerama libxft)