           SPELL=blogc
         VERSION=0.20.1
          SOURCE="$SPELL-$VERSION.tar.xz"
   SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/v$VERSION/$SOURCE
     SOURCE_HASH=sha512:0e64e3da70ce52cec148210c140000b34cdafb848ae1fbd6160979de47738257a08af236e53e908f256d610ae6680bb554376c049246c32867b64985a637746c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://blogc.rgm.io/"
      LICENSE[0]="BSD-3-Clause"
         ENTERED=20251106
        KEYWORDS=""
           SHORT="A blog compiler."
cat << EOF
blogc compiles source files and templates into blog/website resources. It
gets one (or more) source files and a template, and generates an output file,
based on the template and the content read from the source file(s). It was
designed to be used with make.
EOF
