source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=appstream
          SPELLX=AppStream
         VERSION=1.0.4
          SOURCE=$SPELLX-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=https://www.freedesktop.org/software/appstream/releases/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=freedesktop.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
       WEB_SITE=https://www.freedesktop.org/wiki/Distributions/AppStream
      LICENSE[0]=LGPL
         ENTERED=20161228
        KEYWORDS=""
           SHORT=""
cat << EOF
AppStream is a cross-distribution effort for enhancing the way we interact with
the software repositories provided by (Linux) distributions by standardizing
software component metadata.

It provides the foundation to build software-center applications, by providing
metadata necessary for an application-centric view on package repositories.
AppStream additionally provides specifications for things like an unified
software metadata database, screenshot services and various other things needed
to create user-friendly application-centers for (Linux) distributions.
EOF
