    MODULE=ccache
   VERSION=4.13.2
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/ccache/ccache/releases/download/v$VERSION/
SOURCE_VFY=sha256:e87efda8ae54f94b1cb0e8dbfdf26397bd7d0a9c0c4f38b18dde73f4ec9ac721
  WEB_SITE=https://ccache.dev/
   ENTERED=20020701
   UPDATED=20260322
     SHORT="A compiler cache"

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.
EOF
