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