           SPELL=proot
         VERSION=5.3.1
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/proot-me/${SPELL}/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:fdeaa55bda71e4444c8f88160d89b91577b531d37b9e0f9317a983dfefabe154a4f2dc34f389e9fd89da53fe0789e93b156b3e01f75919bcd6e5ca9006b7a288
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://proot-me.github.io/
      LICENSE[0]=GPL
         ENTERED=20220618
           SHORT="chroot, mount --bind, and binfmt_misc without privilege/setup for Linux"
cat << EOF
PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc.

This means that users don't need any privileges or setup to do things like
using an arbitrary directory as the new root filesystem, making files
accessible somewhere else in the filesystem hierarchy, or executing programs
built for another CPU architecture transparently through QEMU user-mode.
EOF
