18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'xkbcomp'
|
|
pkgname=xkbcomp
|
|
version=1.4.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config bison"
|
|
makedepends="libX11-devel libxkbfile-devel"
|
|
short_desc="XKBD keymap compiler"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/app/xkbcomp"
|
|
distfiles="${XORG_SITE}/app/xkbcomp-${version}.tar.xz"
|
|
checksum=fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|