18 lines
571 B
Bash
18 lines
571 B
Bash
# Template file for 'libinput-gestures'
|
|
pkgname=libinput-gestures
|
|
version=2.42
|
|
revision=1
|
|
archs=noarch
|
|
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=a68b6da42dc4634565921ef34380f864ab9082b657be2ca6c2a1bcb33568b3b5
|
|
conf_files="/etc/libinput-gestures.conf"
|
|
|
|
do_install() {
|
|
make DESTDIR="${DESTDIR}" install
|
|
}
|