           SPELL=kcoreaddons
         VERSION=5.81.0
  SECURITY_PATCH=1
       VX=${VERSION%.?}
          SOURCE=$SPELL-$VERSION.tar.xz
      SOURCE_URL=https://download.kde.org/stable/frameworks/$VX/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://projects.kde.org/projects/frameworks/kcoreaddons
       LICENSE[0]=GPL
         ENTERED=20121129
        KEYWORDS="KF5"
           SHORT=" module for KF5"
cat << EOF
KCoreAddons offers many commonly used solutions for caching, ui, job handling, randomization, 
macros and strings and shell and user handling. 
KCoreAddons's KSharedDataCache is a fast, memory-mapped inter-process cache for release-service. It 
can be used for various datatypes and is optimized for fast access. KDirWatch allows to monitor 
the filesystem for changes, and is essential when writing event-driven code. KJob offers a 
flexible job-handling API, containing simple and composite jobs, job tracking and UI delegates. 
KRandom allows to create random number and strings, and to randomize sequences of data. 
KStringHandler and KMacroExpander allow for flexible text manipulation and contain some 
convenience API on top of QString. KShell allows for manipulation and parsing of shell commands.
EOF
