          MODULE=libnih
         VERSION=1.0.3
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://launchpad.net/libnih/${VERSION%.*}/$VERSION/+download/
      SOURCE_VFY=sha256:897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405
        WEB_SITE=https://launchpad.net/libnih/
         ENTERED=20180326
         UPDATED=20201212
           SHORT="Small library for C application development"

cat << EOF
libnih is a small library for C application development containing functions
that, despite its name, are not implemented elsewhere in the standard library
set.
libnih is roughly equivalent to other C libraries such as glib, except that its
focus is on a small size and intended for applications that sit very low in the
software stack, especially outside of /usr.
It expressly does not reimplement functions that already exist in libraries
ordinarily shipped in /lib such libc6, and does not do foolish things like
invent arbitrary typedefs for perfectly good C types.
EOF
