# Watch: https://libbsd.freedesktop.org/releases/
           SPELL=libbsd
         VERSION=0.12.2
          SOURCE="${SPELL}-${VERSION}.tar.xz"
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=https://libbsd.freedesktop.org/releases/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=libbsd.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://libbsd.freedesktop.org"
      LICENSE[0]=BSD
         ENTERED=20110324
           SHORT="support for typical BSD functions on non-BSD systems"
cat << EOF
This library provides useful functions commonly found on BSD systems, and
lacking on others like GNU systems, thus making it easier to port projects
with strong BSD origins, without needing to embed the same code over and
over again on each project.
EOF
