void-packages/srcpkgs/xkbcomp/template
maxice8 1126f51a68
xkbcomp: update to 1.4.2.
Closes #15016.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:09 +02:00

16 lines
433 B
Bash

# Template file for 'xkbcomp'
pkgname=xkbcomp
version=1.4.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config bison"
makedepends="libX11-devel libxkbfile-devel"
short_desc="XKBD keymap compiler"
homepage="https://www.x.org/"
license="MIT"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=6dd8bcb9be7e85bd7294abe261b8c7b0539d2fc93e41b80fb8bd013767ce8424
post_install() {
vlicense COPYING LICENSE
}