. "$GRIMOIRE"/FUNCTIONS
           SPELL=2bwm
if [[ "$TWOBWM_BRANCH" == "scm" ]]; then
         VERSION="$(get_scm_version)"
          SOURCE="${SPELL}-git.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
   SOURCE_URL[0]="git_http://github.com/venam/${SPELL}.git:${SPELL}-git"
   SOURCE_IGNORE="volatile"
  FORCE_DOWNLOAD="on"
else
         VERSION=0.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/venam/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha256:a4889ea4b01b1a3d4a508daa034b9d86676913cbbca1f977858df692a6e2af95
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="https://github.com/venam/2bwm"
      LICENSE[0]=ISC
         ENTERED=20221206
           SHORT="A fast floating WM written over the XCB library"
cat << EOF
A fast floating WM, with the particularity of having 2 borders, written
over the XCB library and derived from mcwm written by Michael Cardell.

In 2bwm everything is accessible from the keyboard but a pointing
device can be used for move, resize and raise/lower.
EOF
