           SPELL=skopeo
         VERSION=1.22.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/containers/skopeo/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:d4030c4dca7288e8a80a31fadd37532990bdf16ad5ff7c5e8e2ef922cc1a3185f1a6c32ac9906bd07a826cc6968a68dfd6df4d7e10e8ee22d87dba3ac5bfd3b9
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        DOC_DIRS=
        WEB_SITE=https://github.com/containers/skopeo
      LICENSE[0]=Apache-2.0
         ENTERED=20260309
           SHORT="command line utility for container images and registries"
cat << EOF
skopeo is a command line utility that performs various operations on container
images and image repositories. It can work with OCI images as well as the
original Docker v2 images.

skopeo does not require the Docker daemon or any other container runtime to be
running. It can inspect images, copy images between registries, delete images
from registries, and perform other operations on container images without
needing to pull them into a local container storage.

Features include:
- Copy images between registries, container storage, and local directories
- Inspect remote images without pulling them
- Delete images from registries
- Sync images between registries
- Support for OCI and Docker image formats
EOF
