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 +}