# Watch: https://ftp.gnu.org/gnu/groff
           SPELL=groff
         VERSION=1.23.0
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
  STAGED_INSTALL=off
        WEB_SITE=https://www.gnu.org/software/groff/groff.html
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="doc"
           SHORT="device-independent document processor/formatter"
cat << EOF
groff - Document formatting system
Based on a device-independent version of 'troff,' 'groff' (GNU Troff) is
a document processor which reads plain text and formatting commands,
produces formatted output from them, and then outputs it to another
device.

The package is essential for viewing online manual pages. Output can be
produced in a number of formats including plain ASCII and PostScript.

All the standard macro packages are supported.
EOF
