void-packages/srcpkgs/xkeyboard-config/template
2020-02-05 11:00:25 +01:00

20 lines
661 B
Bash

# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.29
revision=1
archs=noarch
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
hostmakedepends="pkg-config libxslt intltool python3"
makedepends="libX11-devel"
depends="xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
distfiles="${XORG_SITE}/data/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=1d4175278bf06000683656763a8b1d3282c61a314b6db41260c8efe92d621802
post_install() {
vlicense COPYING
}