diff lib/libinput/libinput.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 6710613b88b9
children a47aaf9743a0
line wrap: on
line diff
--- a/lib/libinput/libinput.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/lib/libinput/libinput.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,14 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=libinput
-PKGVERSION=1.12.5
-PKGREVISION=1
-PKGLICENSE="MIT"
-PKGSUMMARY="library to handle input devices in wayland"
-PKGDOWNLOAD="https://www.freedesktop.org/software/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="eudev libevdev mtdev"
-PKGOPTIONS="WACOM"
+. ./libinput.info
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}