           SPELL=cmake
         VERSION=4.2.1
     SOURCE_HASH="sha256:414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070:UPSTREAM_HASH"
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]="https://www.cmake.org/files/v${VERSION%.?}/${SOURCE}"
# Watch: https://cmake.org/download/
      LICENSE[0]=BSD
        WEB_SITE=https://www.cmake.org
         ENTERED=20020429
        KEYWORDS="devel"
           SHORT="Cross-platform make system"
cat << EOF
CMake is a 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
