17 lines
478 B
Bash
17 lines
478 B
Bash
# Template file for 'xkbcomp'
|
|
pkgname=xkbcomp
|
|
version=1.4.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bison"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="XKBD keymap compiler"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.x.org/"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|