generate cool dependency graph
This commit is contained in:
12
packages/cmake.shrap
Normal file
12
packages/cmake.shrap
Normal 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")))
|
||||
Reference in New Issue
Block a user