           SPELL=libcups
         VERSION=3.0.1
          SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY=/$SPELL-$VERSION
        WEB_SITE=https://github.com/OpenPrinting/$SPELL
   SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=msweet.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         ENTERED=20221117
      LICENSE[0]=APACHE
        KEYWORDS="printer"
           SHORT="common C API for HTTP/HTTPS and IPP communications"
cat << EOF
The CUPS library  provides a common C API for HTTP/HTTPS and IPP communications.
It is used by many printing-related projects such as [CUPS] and [PAPPL].
This project is part of OpenPrinting's CUPS 3.0 development, which will provide
a 100% driverless printing system for Unix®-life operating systems.

This version of the CUPS library removes all of the deprecated and obsolete APIs
from CUPS 2.x and earlier and is *not* binary compatible with older releases.
See the file MIGRATING.md for a description of the changes and how to migrate
your code to the new library.
EOF
