19 lines
649 B
Bash
19 lines
649 B
Bash
# Template file for 'interception-tools'
|
|
pkgname=interception-tools
|
|
version=0.6.7
|
|
revision=3
|
|
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
|
|
}
|