generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

12
packages/cmake.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "cmake")
(version "4.2.3")
(homepage "https://cmake.org/")
(dependencies libopenssl)
(src (tar
(url "https://github.com/Kitware/CMake/releases/download/v4.2.3/cmake-4.2.3.tar.gz")
(dir "cmake-4.2.3")
(blake3 "d4cf435ab124932c313d4c8a125c8a3add3d171587438e8c82773a44b038fd34")))
(build
(shell "./bootstrap --prefix=/usr --parallel=8")
(shell "make install")))