# Watch: https://ftp.gnu.org/gnu/patch
           SPELL=patch
         VERSION=2.8
  SECURITY_PATCH=3
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=https://www.gnu.org/software/patch/patch.html
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT="patch applies a patch to a file"
cat << EOF
patch - Applies a patch to a file
GNU version of Larry Wall's program that takes "diff's" output and
applies it to an original file to generate a modified version of that
file. Normally, the patched versions are put in place of the originals.
Backups can be made.
EOF
