# Watch: https://ftp.gnu.org/gnu/readline
           SPELL=readline
         VERSION=8.3
          SOURCE=$SPELL-$VERSION.tar.gz
         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
   SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
  SOURCE2_URL[2]=${SOURCE_URL[2]}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
      LICENSE[0]=GPL
        WEB_SITE=https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
         ENTERED=20010922
        KEYWORDS="libs"
           SHORT="lets users edit command lines as they are typed in"
cat << EOF
readline - Lets users edit command lines as they are typed in
The Readline library provides a set of functions for use by applications
that allow users to edit command lines as they are typed in. Both Emacs
and vi editing modes are available. The Readline library includes
additional functions to maintain a list of previously-entered command
lines, to recall and perhaps reedit those lines, and perform csh-like
history expansion on previous commands.
EOF
