QT_URL=https://download.qt.io/official_releases/
           SPELL=qtwebchannel
          SPELLX=$SPELL-everywhere-opensource-src
         VERSION=5.15.9
     SOURCE_HASH=sha512:6b9c38c3d22708a14402282d4134475336cce2874887ece00316866cbc59714e395924cc9a449653ab050431c4ece5e0eb454ce2f4c13252bae7abd8fae93bb4
          SOURCE=$SPELLX-$VERSION.tar.xz
      SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-everywhere-src-$VERSION
#  SECURITY_PATCH=1
        WEB_SITE=https://qt-project.org
         ENTERED=20140311
      LICENSE[0]=LGPL
        KEYWORDS="qt5 libs"
           SHORT=""
cat << EOF
The Qt WebChannel module offers Qt release-service a seamless way to publish QObjects
for interaction with HTML/JavaScript clients. These clients can either be inside
local Qt WebViews or any other, potentially remote, client which supports 
JavaScript, as long as a communication channel such as WebSocket is available.
EOF
