           SPELL=hstr
          SPELLX=hh
         VERSION=1.25
          SOURCE=${SPELLX}-${VERSION}-src.tgz
   SOURCE_URL[0]=https://github.com/dvorka/${SPELL}/releases/download/${VERSION}/${SOURCE}
   SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:3755b5de2a9c8c86335620d14ac4e1b25b88f5fbe682a55b105c564f62b97deea4a7ea973441bf953ec85eba39d55cc0c0c617385dc710459dc3bf8c7fb8ef22
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
            DOCS="CONFIGURATION.md INSTALLATION.md Changelog ${DOCS}"
        WEB_SITE=https://github.com/dvorka/hstr
      LICENSE[0]=APACHE
         ENTERED=20171122
           SHORT="shell history suggest box"
cat << EOF
HSTR is a command line utility that brings improved Bash command completion
from the history. It aims to make completion easier and more efficient than
Ctrl-r.

Apart to the completion, history can be managed (you can remove commands that
e.g. contain sensitive information like passwords) and bookmark your favorite
commands.
EOF
