source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=ccache
         VERSION=4.14
     SOURCE_HASH=sha512:df099fbfaf10b47afda642f50c8b3b0a4c213486b841ae0c8c4f17c27c9a7790ebf3443065c15759c5b4cadec0b0743a744ed98b63363c49d59ecec8546fcd3e
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/v$VERSION/$SOURCE
      LICENSE[0]=GPL
#if [[ `installed_version fmt` == '11.0.0' ]];then
# ccache my be brone by fmt or cpp-httplib updates
          CCACHE=OFF
#fi
        WEB_SITE=https://ccache.dev/
        KEYWORDS="devel"
           SHORT="ccache is a cache for C/C++ compilers"
         ENTERED=20020416
cat << EOF
ccache is a compiler cache. It acts as a caching pre-processor to
C/C++ compilers, using the -E compiler switch and a hash to detect
when a compilation can be satisfied from cache. This often results in
a 5 to 10 times speedup in common compilations.

The idea came from Erik Thiele wrote the original compilercache
program as a bourne shell script. ccache is a re-implementation of
Erik's idea in C with more features and better performance.
EOF
