void-packages/srcpkgs/xinput_calibrator/template

18 lines
591 B
Bash

# Template file for 'xinput_calibrator'
pkgname=xinput_calibrator
version=0.8.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libXrandr-devel libXi-devel"
short_desc="Utility to calibrate X input devices"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="X11"
homepage="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
distfiles="https://xorg.freedesktop.org/archive/individual/app/xinput_calibrator-${version}.tar.xz"
checksum=0508bf9705c0945f746b8c81bfc8d583a347dd067b58fa76b1aed4225e4b8b40
post_install() {
vlicense COPYING LICENSE
}