17 lines
433 B
Bash
17 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
|
|
}
|