source "${GRIMOIRE}/MESON_FUNCTIONS"
           SPELL=wayland
         VERSION=1.24.0
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://wayland.freedesktop.org
   SOURCE_URL[0]=https://gitlab.freedesktop.org/wayland/wayland/-/releases/$VERSION/downloads/$SOURCE
# Watch: https://gitlab.freedesktop.org/wayland/wayland/-/tags
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=freedesktop.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=MIT
         ENTERED=20120211
        KEYWORDS=""
           SHORT="protocol and library for a compositor"
cat << EOF
Wayland is a protocol for a compositor to talk to its clients as well as a C library 
implementation of that protocol. The compositor can be a standalone display server running on 
Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. 
The clients can be traditional applications, X servers (rootless or fullscreen) or other display 
servers.
EOF
