# Watch: https://github.com/89luca89/distrobox/tags
           SPELL=distrobox
         VERSION=1.8.2.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/89luca89/distrobox/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:bedf768b90c5f88acb1f520daa296be04d97002f9bbc635619f130a90f3cef746cb86849a8420c32593233efc074ecb9308a3158909b9c95b85995bdf6b8ea2a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://distrobox.it
      LICENSE[0]=GPL
         ENTERED=20251116
        KEYWORDS="containers virtualization"
           SHORT="run any Linux distribution inside terminal"
cat << EOF
Distrobox is a tool that allows you to run any Linux distribution inside your
terminal. It uses podman, docker, or lilipod to create containers using the
Linux distribution of your choice. The created container will be tightly
integrated with the host, allowing sharing of the HOME directory, external
storage, external USB devices, graphical apps (X11/Wayland), and audio.

Distrobox is particularly useful for:
- Using different distributions' software without installing them
- Running applications from other distros on immutable systems
- Creating isolated development environments
- Testing software on multiple distributions
- Backward/forward compatibility for software
EOF
