           SPELL=safeclib
         VERSION=02092020
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/rurban/${SPELL}/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:5b27c4f847a8a68301f5317522aa7292b65d6ed2be009e45ef86f0339ed2807281c3986151468e06a107c0d7ec1d2f5af481470991ecdca673a2905b8b3717d4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://rurban.github.io/safeclib/"
      LICENSE[0]=MIT
         ENTERED=20191130
           SHORT="an implementation of the secure C11 Annex K functions on top of most libc implementations"
cat << EOF
This library implements the secure C11 Annex K functions on top of most libc
implementations, which are missing from them.

The ISO TR24731 Bounds Checking Interface documents indicate that the key
motivation for the new specification is to help mitigate the ever increasing
security attacks, specifically the buffer overrun.
EOF
