Files
forge-packages/cmake.pkg
2026-02-02 20:44:59 +01:00

9 lines
216 B
Plaintext

# Forge package for cmake
VERSION=3.27.7
URL=https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
SOURCE_TYPE=tarball
BUILD=./bootstrap && make
INSTALL=make install
DEPS=
SYSTEM_PROVIDED=no