# this script list the file name, source hash and url for all the Qt6 spells
# together with the file sha5sum.txt, it simplifies updating of all these spells
VERSION=6.10.1
# map spell name to qt name
SPELLX=${SPELL//6}
SPELLX=${SPELLX//-}-everywhere-src  # for qt3d
SOURCE=$SPELLX-$VERSION.tar.xz



LL=$GRIMOIRE/$SECTION/sha5sum.txt
SOURCE_HASH=sha512:`grep $SPELLX $LL|cut -d\  -f1`

QT_URL=https://download.qt.io/official_releases
      SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
#  SECURITY_PATCH=2
        WEB_SITE=https://qt-project.org/
      LICENSE[0]=LGPL
        KEYWORDS="qt6 library"
