diff --git a/srcpkgs/input-utils/template b/srcpkgs/input-utils/template new file mode 100644 index 0000000000..d1dc6b35b0 --- /dev/null +++ b/srcpkgs/input-utils/template @@ -0,0 +1,23 @@ +# Template file for 'input-utils' +pkgname=input-utils +version=1.3 +revision=1 +build_style=gnu-makefile +maintainer="cr6git " +short_desc="Small collection of input layer utilities" +homepage="https://www.kraxel.org/blog/linux/input/" +license="GPL-2" +distfiles="https://www.kraxel.org/releases/input/input-${version}.tar.gz" +checksum=9142c34d508f2da4cd53d6348fee77e30b69c35c8dabfadfc5a6db09c4bd8087 +wrksrc="input-${version}" + +do_install() { + vman lsinput.man lsinput.8 + vman input-events.man input-events.8 + vman input-kbd.man input-kbd.8 + vbin lsinput + vbin input-events + vbin input-kbd + vbin input-recv + vbin input-send +}