18 lines
446 B
Bash
18 lines
446 B
Bash
# Template file for 'xev'
|
|
pkgname=xev
|
|
version=1.2.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXrandr-devel"
|
|
short_desc="Display X events"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=c9461a4389714e0f33974f9e75934bdc38d836a0f059b8dc089c7cbf2ce36ec1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|