18 lines
467 B
Bash
18 lines
467 B
Bash
# Template file for 'xkbevd'
|
|
pkgname=xkbevd
|
|
version=1.1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="XKBD Event Daemon"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=38357b702de9d3457c4ff75053390f457b84c4accc7f088101255c37c684926b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|