source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=xkbcomp
             PKG=xkbcomp
         VERSION=1.5.0
  SECURITY_PATCH=1
          SOURCE=${PKG}-${VERSION}.tar.xz
   SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
        WEB_SITE=https://xorg.freedesktop.org/wiki
         ENTERED=20051125
      LICENSE[0]=XCL
           SHORT="the X.Org XKB keyboard description compiler"
cat << EOF
xkbcomp is the keymap compiler that converts a description of an XKB
keymap into one of several output formats.  The most common use is to
create a compiled keymap file (.xkm) which can be read directly by
XKB-capable X servers or utilities.
EOF
