void-packages/srcpkgs/input-utils/template
2021-07-04 00:13:08 -03:00

24 lines
654 B
Bash

# Template file for 'input-utils'
pkgname=input-utils
version=1.3
revision=2
wrksrc="input-${version}"
build_style=gnu-makefile
short_desc="Small collection of input layer utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kraxel.org/blog/linux/input/"
distfiles="https://www.kraxel.org/releases/input/input-${version}.tar.gz"
checksum=9142c34d508f2da4cd53d6348fee77e30b69c35c8dabfadfc5a6db09c4bd8087
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
}