# Watch: https://ftp.debian.org/debian/pool/main/d/debootstrap/
           SPELL=debootstrap
         VERSION=1.0.140
          SOURCE="${SPELL}_${VERSION}.tar.gz"
   SOURCE_URL[0]=https://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:afd69251625716804ace4ca67fcc728c9ab3dd7b7b20062f909a63d23e5acbce44ac5a343c87bb5b7a455cfdb42e5c31c8c9d01d025d9471f1b99eaddd16c566
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
        WEB_SITE="https://packages.debian.org/sid/debootstrap"
      LICENSE[0]=GPL
         ENTERED=20180418
           SHORT="debootstrap is used to create a Debian base system from scratch"
cat << EOF
debootstrap is used to create a Debian base system from scratch, without
requiring the availability of dpkg or apt. It does this by downloading .deb
files from a mirror site, and carefully unpacking them into a directory
which can eventually be chrooted into.
EOF
