zsvo/recipes/cmake.yaml
itexpert228 b2d7e12ac1
parasha
2026-03-14 12:23:04 +03:00

15 lines
428 B
YAML

name: cmake
version: 3.28.3
description: CMake is a cross-platform, open-source build system generator
source:
debian_dsc: https://deb.debian.org/debian/pool/main/c/cmake/cmake_3.28.3-1.dsc
build:
- ./bootstrap --prefix=/usr --system-libs --parallel=$(nproc)
- make -j$(nproc)
install:
- make install DESTDIR=/usr
package:
name: cmake
version: 3.28.3
arch: any
description: Cross-platform build system generator