summaryrefslogtreecommitdiffstats
path: root/doc/help2man/DETAILS
blob: cbf2c723b867a201f82598b63154eec3830540ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=help2man
         VERSION=1.47.9
          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