# Maintainer: mark.blakeney at bullet-systems dot net pkgname=libinput-gestures pkgver=2.10 pkgrel=1 pkgdesc="Actions gestures on your touchpad using libinput" url="https://github.com/bulletmark/$pkgname" license=("GPL3") arch=("any") depends=("python" "libinput" "xdotool" "wmctrl") conflicts=("$pkgname-git") replaces=("$pkgname-git") backup=("etc/$pkgname.conf") source=("$url/archive/$pkgver.tar.gz") install=install.sh md5sums=('f3df11c37af404b10b560ab44903a7e7') package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: