           SPELL=rlwrap
         VERSION=0.45.2
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/hanslub42/${SPELL}/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://github.com/hanslub42/rlwrap
         ENTERED=20020826
         LICENSE=GPL
        KEYWORDS="utils"
           SHORT="readline wrapper"
cat << EOF
rlwrap is a 'readline wrapper', i.e. a small utility that uses the GNU readline
library to allow the editing of keyboard input for any other command.

Input history is remembered separately for each command. History completion
works as in bash and completion word lists can be specified on the command line.
EOF
