void-packages/srcpkgs/xkeyboard-config/template

21 lines
653 B
Bash

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