source $GRIMOIRE/KDE_VERSIONS
           SPELL=futuresql
         VERSION=0.1.1
          SOURCE=$SPELL-$VERSION.tar.xz
      SOURCE_URL=https://download.kde.org/stable/$SPELL/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=
         ENTERED=20230515
#  SECURITY_PATCH=1
      LICENSE[0]=LGPL3
        KEYWORDS="kde"
           SHORT="Non-blocking Qt database framework"
cat << EOF
Non-blocking Qt database framework
FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
Its features include non-blocking database access by default, relatively boilderplate-free queries,
automatic database migrations and simple mapping to objects.

In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts, and requires a C++20 compiler.
EOF
