# Watch: https://www.busybox.net/
           SPELL=busybox
         VERSION=1.37.0
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=https://www.busybox.net/downloads/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=busybox.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature

        WEB_SITE=https://www.busybox.net
         ENTERED=20011020
      LICENSE[0]=GPL2
        KEYWORDS="console"
           SHORT="Statically linked rescue shell"
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of the utilities
you usually find in GNU fileutils, shellutils, etc.  The utilities in BusyBox
generally have fewer options than their full-featured GNU cousins; however, the
options that are included provide the expected functionality and behave very
much like their GNU counterparts.  BusyBox provides a fairly complete POSIX
environment for any small or embedded system.
EOF
