18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'xkbcomp'
|
|
pkgname=xkbcomp
|
|
version=1.4.7
|
|
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=0a288114e5f44e31987042c79aecff1ffad53a8154b8ec971c24a69a80f81f77
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|