           SPELL=bemenu
         VERSION=0.6.15
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.asc
   SOURCE_URL[0]=https://github.com/Cloudef/${SPELL}/releases/download/${VERSION}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=D687B86B.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://github.com/Cloudef/bemenu
      LICENSE[0]=GPL
      LICENSE[0]=LGPL
         ENTERED=20220822
           SHORT="dynamic menu library and client program inspired by dmenu"
cat << EOF
bemenu is a dynamic menu for tty (using ncurses), X11 and Wayland, inspired by
dmenu.

It reads a list of newline-separated items from standard input and then
presents them as a list, where the user can select one or more of them. When
pressing carriage-return, the selected items are printed to standard output
(one per line) and bemenu exits.

Entering text will filter the items to those that match the input. If the
number of items exceeds the size of the list, the items will be paginated.

bemenu-run is a special-case invocation of bemenu, where the input is the list
of executables under PATH and the selected items are executed.
EOF
