diff --git a/srcpkgs/xhidecursor/template b/srcpkgs/xhidecursor/template new file mode 100644 index 00000000000000..e9326f07ade66c --- /dev/null +++ b/srcpkgs/xhidecursor/template @@ -0,0 +1,16 @@ +# Template file for 'xhidecursor' +pkgname=xhidecursor +version=1.0.0 +revision=1 +build_style=gnu-makefile +makedepends="libX11-devel libXi-devel libXfixes-devel" +short_desc="Minimal X-application which hides the cursor on key-press" +maintainer="elbachir-one " +license="MIT" +homepage="https://github.com/astier/xhidecursor" +distfiles="https://github.com/astier/xhidecursor/archive/refs/tags/${version}.tar.gz" +checksum=fbb73860520718c9683ac96537eb6b8ca5e71da83cfd0aa7388871eedd43f255 + +post_install() { + vlicense LICENSE +}