. "$GRIMOIRE"/MESON_FUNCTIONS
           SPELL=i3lock
         VERSION=2.14.1
          SOURCE="${SPELL}-${VERSION}.tar.xz"
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://i3wm.org/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=i3.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://i3wm.org/i3lock/"
      LICENSE[0]=BSD
         ENTERED=20110607
           SHORT="improved screen locker"
cat << EOF
i3lock is a simple screen locker like slock.  After starting it, you will
see a white screen (you can configure the color/an image).  You can return
to your screen by entering your password.

Improvements * i3lock forks, so you can combine it with an alias to suspend
to RAM (run
  "i3lock && echo mem > /sys/power/state" to get a locked screen after waking
  up your computer from suspend to RAM)
* You can specify either a background color or a PNG image which will be
displayed while your screen is locked.  * You can specify whether i3lock
should bell upon a wrong password.  * i3lock uses PAM and therefore is
compatible with LDAP etc.
EOF
