          MODULE=cmake
         VERSION=4.3.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/Kitware/CMake/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:d602411de1cfeee3bdeea2e6722cf0b47e740280503b70d15e3c99812904beea
SOURCE_DIRECTORY=$BUILD_DIRECTORY/CMake-$VERSION
        WEB_SITE=https://cmake.org/
         ENTERED=20060725
         UPDATED=20260406
           SHORT="Cross-platform make system"

cat << EOF
Welcome to CMake, the cross-platform, open-source make system. CMake is used to
control the software compilation process using simple platform and compiler
independent configuration files. CMake generates native makefiles and workspaces
that can be used in the compiler environment of your choice. CMake is quite
sophisticated: it is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
EOF
