summaryrefslogtreecommitdiffstats
path: root/qt6/qt6scxml/DETAILS
blob: c343db3cc0ea1720544ceda3823a70beb3733334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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