void-packages/srcpkgs/xkeyboard-config/template
2021-06-11 15:37:40 -03:00

20 lines
648 B
Bash

# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.33
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=657fd790d6dcf781cd395de4cf726120a5b0f93ba91dfb2628bcc70ae8b1d3bc
post_install() {
vlicense COPYING
}