          MODULE=docker-compose
         VERSION=2.40.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/docker/compose/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:4b4a0989ac393f7c2bdacda565a167ee0c7347fb20d1e6110477ad4d18b28a02
SOURCE_DIRECTORY=$BUILD_DIRECTORY/compose-$VERSION
        WEB_SITE=https://github.com/docker/compose
         ENTERED=20201128
         UPDATED=20251012
           SHORT="A tool for running multi-container applications on Docker defined using the Compose file format"

cat <<EOF
A tool for running multi-container applications on Docker defined using the
Compose file format. This is the Go-based version 2.x which can be used as
both a standalone command (docker-compose) and as a Docker CLI plugin
(docker compose).
EOF
