New package: libinput-gestures-2.38
Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
34faec1b9e
commit
d84ae82944
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libinput-gestures'
|
||||
pkgname=libinput-gestures
|
||||
version=2.38
|
||||
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=34ee3641b1337bf59105dfa246c38c72e7b91a8b05aa3b3b7d2e1eb09ef29c5c
|
||||
conf_files="/etc/libinput-gestures.conf"
|
||||
|
||||
do_install() {
|
||||
make DESTDIR="${PKGDESTDIR}" install
|
||||
}
|
Loading…
Reference in New Issue