18 lines
578 B
Bash
18 lines
578 B
Bash
# Template file for 'libinput-gestures'
|
|
pkgname=libinput-gestures
|
|
version=2.50
|
|
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/libinput-gestures"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=679c03b53b1f3d1df2b074056b6f80868ddac004589d6af79e34a40699f174de
|
|
conf_files="/etc/libinput-gestures.conf"
|
|
|
|
do_install() {
|
|
make DESTDIR="${DESTDIR}" install
|
|
}
|