ports/libinput-gestures/spkgbuild

15 lines
379 B
Plaintext

# description : Actions gestures on your touchpad using libinput
# homepage : https://github.com/bulletmark/libinput-gestures
# depends : python>=3.5 libinput hicolor-icon-theme
name=libinput-gestures
version=2.76
release=1
source="$name-$version.tar.gz::https://github.com/bulletmark/$name/archive/$version.tar.gz"
build() {
cd $name-$version
make DESTDIR="$PKG" install
}