void-packages/srcpkgs/xinput/template

18 lines
510 B
Bash

# Template file for 'xinput'
pkgname=xinput
version=1.6.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXext-devel libXi-devel libXrandr-devel libXinerama-devel"
short_desc="Utility to configure and test X input devices"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.x.org"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.gz"
checksum=64e25434af1309ed0abca1ebebd035f7631bb0bc1bfac5decefe9aa98ccaf611
post_install() {
vlicense COPYING
}