void-packages/srcpkgs/xkbcomp/template

17 lines
436 B
Bash

# Template build file for 'xkbcomp'.
pkgname=xkbcomp
version=1.4.1
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=748dc4cf58ac95684106bd9cf163ac6ab7de9a236faec02a6f4d4006d63a5736
post_install() {
vlicense COPYING LICENSE
}