          MODULE=ccache
         VERSION=4.12.2
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=https://github.com/ccache/ccache/releases/download/v$VERSION/
      SOURCE_VFY=sha256:96ad53c76ecdb9c7a78e28a9bfdf2c95d7eece28546510fde7e16e5a13e2f7f8
        WEB_SITE=https://ccache.dev/
         ENTERED=20020701
         UPDATED=20251127
           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
