# Watch: https://ftp.gnu.org/gnu/sed
           SPELL=sed
         VERSION=4.9
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/sed/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/sed/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.gnu.org/software/sed/sed.html
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="editors"
           SHORT="stream-oriented non-interactive text editor"
cat << EOF
sed - A stream-oriented non-interactive text editor
Takes text input, performs some operation (or set of operations) on it
and outputs the modified text. Sed is typically used for extracting part
of a file using pattern matching or substituting multiple occurances of
a string within a file.
EOF
