20 lines
676 B
Bash
20 lines
676 B
Bash
|
# Template file for 'interception-tools'
|
||
|
pkgname=interception-tools
|
||
|
version=0.6.7
|
||
|
revision=1
|
||
|
wrksrc="tools-v${version}"
|
||
|
build_style=cmake
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="boost-devel eudev-libudev-devel libevdev-devel yaml-cpp-devel"
|
||
|
short_desc="Small set of utilities for operating on input events of evdev devices"
|
||
|
maintainer="Sergii Bogomolov <void@sebo.dev>"
|
||
|
license="GPL-3.0-only"
|
||
|
homepage="https://gitlab.com/interception/linux/tools"
|
||
|
distfiles="https://gitlab.com/interception/linux/tools/-/archive/v${version}/tools-v${version}.tar.gz"
|
||
|
checksum=58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81
|
||
|
|
||
|
post_install() {
|
||
|
vdoc README.md
|
||
|
vsv udevmon
|
||
|
}
|