2019-03-08 21:37:36 +00:00
|
|
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
|
|
|
pkgname=gesture
|
2022-09-21 13:45:19 +00:00
|
|
|
pkgver=0.7
|
2020-09-13 01:32:19 +00:00
|
|
|
pkgrel=0
|
2020-01-06 10:28:50 +00:00
|
|
|
pkgdesc="handwriting algorithm with implementation for linux touchscreens injecting keys into a tty"
|
2019-03-08 21:37:36 +00:00
|
|
|
url="https://gitlab.com/unrznbl/gesture"
|
|
|
|
arch="all"
|
|
|
|
license="GPL-3.0-only"
|
|
|
|
makedepends="linux-headers"
|
|
|
|
install="$pkgname.post-install $pkgname.pre-deinstall"
|
|
|
|
options="!check"
|
2020-01-06 10:28:50 +00:00
|
|
|
source="https://gitlab.com/unrznbl/gesture/-/archive/v$pkgver/gesture-v$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir/gesture-v$pkgver"
|
2019-03-08 21:37:36 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
make all
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
|
|
|
|
2022-09-21 13:45:19 +00:00
|
|
|
sha512sums="
|
|
|
|
f05eae4dded079eed6fd7b362485bec6400f18f4e9cf2a42ee80a378d0f9de7d85b8afc5671a349f5dee85ea92b1281415158ae85abd160668ad13aa8e3a46a1 gesture-v0.7.tar.gz
|
|
|
|
"
|