           SPELL=cliphist
         VERSION=0.5.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/sentriz/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:c1ef41d8efe574850e0a2e77d2d8989e6c17162b4eaef34362ec4f00ec79e5e71a60a9773c452f008e1851665e424a4ef4d3b1aef62338e14134310399be5baa
      LICENSE[0]=GPL
        WEB_SITE=https://github.com/sentriz/cliphist
         ENTERED=20240512
        KEYWORDS="clipboard wayland utils"
           SHORT="wayland clipboard manager"
cat << EOF
clipboard history “manager” for wayland

  * write clipboard changes to a history file
  * recall history with dmenu / rofi / wofi (or whatever other picker you like)
  * both text and images are supported
  * clipboard is preserved byte-for-byte
      * leading / trailing whitespace / no whitespace or newlines are preserved
      * won’t break editor selections like vim wordwise, linewise, block mode
  * no concept of a picker, only pipes

EOF
