           SPELL=rlwrap
         VERSION=0.45
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/hanslub42/${SPELL}/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:3ac5f1f15496311edd4bcc206751b17a8f305a201338ea233cf0f56eb14532a18c2f85a7ddd2913d627e5383435376e8761ca44565686ca67c3b377ca3886330
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
