. "$GRIMOIRE"/FUNCTIONS
           SPELL=sbase
         VERSION=$(get_scm_version)
          SOURCE="$SPELL-git.tar.bz2"
   SOURCE_URL[0]=git://git.suckless.org/$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
        WEB_SITE="http://tools.suckless.org/sbase"
      LICENSE[0]="MIT"
         ENTERED=20150112
        KEYWORDS=""
           SHORT="suckless unix tools"
cat << EOF
sbase is a collection of unix tools that are inherently portable across UNIX
and UNIX-like systems.

The complement of sbase is ubase which is Linux-specific and provides all
the non-portable tools.  Together they are intended to form a base system
similar to busybox but much smaller and suckless.
EOF
