void-packages/srcpkgs/libinput-gestures/template

18 lines
569 B
Bash

# Template file for 'libinput-gestures'
pkgname=libinput-gestures
version=2.39
revision=1
noarch=yes
depends="python3 libinput xdotool wmctrl hicolor-icon-theme"
short_desc="Action gestures on your touchpad using libinput"
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/bulletmark/${pkgname}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=de7e57782867bb186e62b4c21177d0230e4a6cde16a66322ef4b6ecfc5beb4ea
conf_files="/etc/libinput-gestures.conf"
do_install() {
make DESTDIR="${DESTDIR}" install
}