source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=ccache
         VERSION=4.13.3
     SOURCE_HASH=sha512:93766932df147395eb2ec1d58e660be4d713fb0e210d9b1d7ab8798d708abc3a99ced2580b31c0a819035a6c7b033edf61bbc2343d2f02e8f18de44faa8f7f9a
          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
