. "${GRIMOIRE}"/CMAKE_FUNCTIONS
           SPELL=mold
         VERSION=2.40.4
     SOURCE_HASH=sha512:d28501d827eca861179218566521c14b0f76cecc501145b34b3fbf7739b125e4ccd411358c8871e788ddbd8b4c7229cb8839018dc671db76db1aaa8defae0abe
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/rui314/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/rui314/mold"
      LICENSE[0]=MIT
         ENTERED=20211224
           SHORT="a faster drop-in replacement for existing Unix linkers"
cat << EOF
mold is a faster drop-in replacement for existing Unix linkers. It is several
times faster than LLVM lld linker, the second-fastest open-source linker which
I originally created a few years ago. mold is created for increasing developer
productivity by reducing build time especially in rapid debug-edit-rebuild
cycles.
EOF
