|
root / devel / cmake / package.toml
package.toml TOML 25 lines 593 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# CMake - Cross-platform build system
# https://cmake.org/

[package]
name = "cmake"
version = "3.31.4"
release = 1
description = "Cross-platform build system generator"
url = "https://cmake.org/"
license = "BSD-3-Clause"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["curl", "zlib"]
build = ["curl", "zlib"]

[[source]]
file = "cmake-3.31.4.tar.gz"
urls = ["https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4.tar.gz"]
checksum = "a6130bfe75f5ba5c73e672e34359f7c0a1931521957e8393a5c2922c8b0f7f25"

[build]
parallel = true