           SPELL=yank
         VERSION=0.8.3
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/mptre/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:0be0e2af8ecfce0b42301ce4713f0a3038e5494a685104459da0c71fe3077c053b793c3003012f2ee8888fa775538c5c08b052994f8cb2e9173b750b3ab09404
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
