# Watch: https://ftp.gnu.org/gnu/help2man
           SPELL=help2man
         VERSION=1.49.3
          SOURCE="${SPELL}-${VERSION}.tar.xz"
         SOURCE2="${SOURCE}.sig"
      SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
   SOURCE_URL=${GNU_URL}/$SPELL/${SOURCE}
  SOURCE2_URL=${SOURCE_URL}.sig
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://www.gnu.org/software/help2man/ "
      LICENSE[0]=GPL
         ENTERED=20080823
           SHORT="A program to generate simple manual pages"
cat << EOF
help2man is a tool for automatically generating simple manual pages from
program output. It is intended to provide an easy way for software authors
to include a manual page in their distribution without having to maintain
that document. Given a program which produces reasonably standard --help
and --version outputs, help2man will attempt to re-arrange that output into
something which resembles a manual page.
EOF
