Name: lisgd Version: 0.1.0 Release: %autorelease Summary: Bind gestures on touchscreens License: MIT URL: https://github.com/jjsullivan5196/lisgd Source0: https://github.com/jjsullivan5196/lisgd/archive/b236c2fb3595aafac7506390daddff7e7de7f6d2.zip BuildRequires: gcc BuildRequires: make BuildRequires: libinput-devel BuildRequires: systemd-devel %description Lisgd (libinput synthetic gesture daemon) lets you bind gestures based on libinput touch events to run specific commands to execute. For example, dragging left to right with one finger could execute a particular command like launching a terminal. Directional L-R, R-L, U-D, and D-U gestures and diagnoal LD-RU, RD-LU, UR-DL, UL-DR gestures are supported with 1 through n fingers. %prep %setup -q -n lisgd-b236c2fb3595aafac7506390daddff7e7de7f6d2 %build %make_build %install install -m 755 -D lisgd "%{buildroot}%{_bindir}/lisgd" install -m 644 -D lisgd.1 "%{buildroot}%{_mandir}/man1/lisgd.1" %files %{_bindir}/lisgd %{_mandir}/man1/lisgd.1.* %license LICENSE %doc README.md %changelog %autochangelog