           SPELL=libmd
         VERSION=1.2.0
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=https://archive.hadrons.org/software/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:03684ab0c7724bb5cd22026ed39430abc47707e44f6756c372ad317e94b977b1b9d83c0ade614b39be1ca2208a0873e940968659476fe62a32c7195530d022a5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://www.hadrons.org/software/libmd/"
      LICENSE[0]=BSD
         ENTERED=20210604
           SHORT="a library of message digest functions found on BSD systems"
cat << EOF
libmd provides message digest functions found on BSD systems either on their
libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris)
libraries and lacking on others like GNU systems.

The intention here is to have a library with extremely permissive licenses
(see below), that can be used by any project; that has a very small scope
and as such can be part of the base system on most distributions; and that
has a compatible API with the implementations on other systems and those
that other projects are embedding, so that they can switch to use the system
library instead of duplicating the same code all over the place.
EOF
