           SPELL="libpipeline"
         VERSION=1.5.4
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2="${SOURCE}.asc"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]="https://download.savannah.nongnu.org/releases/${SPELL}/${SOURCE}"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
      SOURCE_GPG="man-db.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
        WEB_SITE="https://libpipeline.nongnu.org/"
         ENTERED="20170416"
      LICENSE[0]="GPL"
           SHORT="a pipeline manipulation library"
cat << EOF
libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which is
often error-prone and insecure.  This alleviates programmers of the need to
laboriously construct pipelines using lower-level primitives such as fork(2)
and execve(2).

Full programmers' documentation may be found using 'man libpipeline'.
EOF
