void-packages/srcpkgs/xkeyboard-config/template

20 lines
648 B
Bash

# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.31
revision=1
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="skmpz <dem.procopiou@gmail.com>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
distfiles="${XORG_SITE}/data/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3
post_install() {
vlicense COPYING
}