           SPELL=yank
         VERSION=1.3.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/mptre/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:be449c27a28479d96123fc79cafb1c33b4a7f626644765882c686db200e4755cda6ae28404b65f2bcfe02d842c5455ef9f9463cd0f392d02a561a713a6ae07ca
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/mptre/yank
      LICENSE[0]=MIT
         ENTERED=20170311
           SHORT="yank terminal output to clipboard"
cat << EOF
Read input from stdin and display a selection interface that allows a field to
be selected and copied to the clipboard. Fields are either recognized by a
regular expression using the -g option or by splitting the input on a delimiter
sequence using the -d option.

Using the arrow keys will move the selected field. The interface supports
several Emacs and Vi like key bindings. Pressing the return key will invoke the
yank command and write the selected field to its stdin.
EOF
