void-packages/srcpkgs/xev/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 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
}