Merge pull request #7411 from cr6git/input-utils
New package: input-utils
This commit is contained in:
commit
691f45034b
1 changed files with 23 additions and 0 deletions
23
srcpkgs/input-utils/template
Normal file
23
srcpkgs/input-utils/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'input-utils'
|
||||
pkgname=input-utils
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue