           SPELL=safeclib
         VERSION=3.7.1
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/rurban/${SPELL}/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:81747e06a3e5b31810eb330038408106be76504a3d669a44fa705ad07d86edb043202aeea1a5eeccd959863f525b48b6a03f979a2c6f14a5284c06861be30954
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
