source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=clazy
         VERSION=1.9
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/KDE/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:309ddc19a44608313f8ac95875ba3928ac165b84ade9be1e901f5dbebf6744d376005fa4008689b80e024c1a748c32c856224bc9aff4c7e340a3fdc00bfab070
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/KDE/clazy"
      LICENSE[0]=LGPL
         ENTERED=20190113
           SHORT="a compiler plugin which allows clang to understand Qt semantics"
cat << EOF
clazy is a compiler plugin which allows clang to understand Qt semantics. You
get more than 50 Qt related compiler warnings, ranging from unneeded memory
allocations to misusage of API, including fix-its for automatic refactoring.
EOF
