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

pkgname=weylus-bin
pkgver=0.6.1
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=('AGPL-3.0-or-later')
source=("https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
sha256sums=('e58133f11dd14adbdefb586cdb456f732c977f96d3d7e5fa1b8783dfa0ad5c1e')

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