# Watch: https://github.com/containers/crun/tags
           SPELL=crun
         VERSION=1.24
     SOURCE_HASH=sha512:7ebfe111b2f3ac8f15a01b4982881b4dc16be09888754384dc50e1b7187bb29bdf5a687fda8be63ebe732482f94b5389a4a6767c908f87668f000eea114421e3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/containers/$SPELL/releases/download/$VERSION/$SOURCE
        WEB_SITE=https://github.com/containers/crun
         LICENSE=(GPL-2.0-or-later LGPL-2.1-or-later)
         ENTERED=20251023
           SHORT="fast and lightweight OCI runtime"
cat << EOF
crun is a fast and low-memory footprint OCI Container Runtime fully written
in C.

crun is designed to be a drop-in replacement for runc, but with significantly
lower memory usage and better performance characteristics. It can run
containers as defined by the OCI runtime specification and supports:
- cgroups v1 and v2
- Systemd
- SELinux
- Rootless containers
- User namespaces
- Checkpoint/restore using CRIU
EOF
