17 lines
443 B
Bash
17 lines
443 B
Bash
# Template file for 'xev'
|
|
pkgname=xev
|
|
version=1.2.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXrandr-devel"
|
|
short_desc="Display X events"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|