From d4199b83bf8b69600c329a4f312db6c52a9ee080 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Sat, 1 Jun 2024 03:21:14 +0100 Subject: [PATCH] New package: lisgd-0.4.0 --- srcpkgs/lisgd/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/lisgd/template diff --git a/srcpkgs/lisgd/template b/srcpkgs/lisgd/template new file mode 100644 index 00000000000..137cbe6467a --- /dev/null +++ b/srcpkgs/lisgd/template @@ -0,0 +1,16 @@ +# Template file for 'lisgd' +pkgname=lisgd +version=0.4.0 +revision=1 +build_style=gnu-makefile +makedepends="wayland-devel libinput-devel eudev-libudev-devel libX11-devel" +short_desc="Libinput synthetic gesture daemon" +maintainer="Dominic Monroe " +license="MIT" +homepage="https://git.sr.ht/~mil/lisgd" +distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz" +checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7 + +post_install() { + vlicense LICENSE +}