# 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=0.3.0
# map spell name to dfl name
SPELLX=${SPELL/dfl-}
SOURCE=$SPELL-v$VERSION.tar.bz2

LL=$GRIMOIRE/$SECTION/sha5sum.txt
SPEC=$"`grep $SPELLX $LL`"
# format is 
# checksum dirname

     SOURCE_HASH=sha512:$"`echo $SPEC|cut -d\  -f1`"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/`echo $SPEC|cut -d\  -f2`"
        WEB_SITE=https://gitlab.com/desktop-frameworks
      SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SPELLX-v$VERSION.tar.bz2
      LICENSE[0]=GPL3
