           SPELL=cppclean
         VERSION=0.13
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/myint/${SPELL}/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:2b6b90579fc305186e1139fac274e6e0ba8210e715f560b24450569699644250c7f17471790c5870e22953d681c62858c7c86ba69188c35f4b4eb8137db407c2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/myint/cppclean"
      LICENSE[0]=Apache
         ENTERED=20180204
           SHORT="attempts to find problems in C++ source"
cat << EOF
cppclean attempts to find problems in C++ source that slow development in
large code bases, for example various forms of unused code. Unused code
can be unused functions, methods, data members, types, etc to unnecessary
#include directives. Unnecessary #includes can cause considerable extra
compiles increasing the edit-compile-run cycle.
EOF
