QT_URL=https://download.qt.io/official_releases SPELL=qt6scxml SPELLX=${SPELL//6}-everywhere-src VERSION=6.2.1 SOURCE_HASH=sha512:fd5bf4c5525d7580d5e0a5bf4a8baf61b48d6b88876cc6580ed4158a11c4ddb70c663cd8eed2b0d4eae29df5901434a7aa246a7ed14786eccaa409a5e5ea3acd 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