summaryrefslogtreecommitdiffstats
path: root/qt6/qt6scxml/DETAILS
blob: a55db0d0b1e870a7510a95ea42b9c3602cce180b (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.0
     SOURCE_HASH=sha512:08e92f241d53d61ecceb39989a38547bf15fbff2e3b6d8cad61da7f83940708379bf4a44b0391b0a8a16fb89d9700735dddfba6a143029783de636ff6786277b
          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