QT_URL=https://download.qt.io/official_releases SPELL=qt6scxml SPELLX=${SPELL//6}-everywhere-src VERSION=6.2.2 SOURCE_HASH=sha512:c4397530e101fa01753c258da10d177ff1158b2224573afa9909b269cfe35a89dedcf3b716fab89714316223a536b4acfbd2004b2de0122633cebbf033f4c8f4 SOURCE=$SPELLX-$VERSION.tar.xz SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION # SECURITY_PATCH=2 WEB_SITE=https://qt-project.org/ ENTERED=20210123 LICENSE[0]=LGPL3 KEYWORDS="qt6 x11 libs" SHORT="Qt Scxml and State Machine libraries" cat << EOF Qt Scxml and StateMachine libraries The Qt SCXML Compiler, qscxmlc, compiles state chart XML (.scxml) files to C++ source files. The Qt SCXML module provides classes for embedding state machines created from State Chart XML (SCXML) files in Qt release-service. The SCXML files can be created using any suitable tool, such as a text editor or a simulator EOF