speed up cmake, rustc, openvpn

This commit is contained in:
2026-02-20 12:45:31 +01:00
parent 38c3ec542b
commit 9f9c5b7c9c
22 changed files with 156 additions and 46 deletions

11
packages/libuv.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libuv")
(version "1.52.0")
(homepage "https://libuv.org/")
(dependencies make)
(src (tar
(url "https://dist.libuv.org/dist/v1.52.0/libuv-v1.52.0-dist.tar.gz")
(dir "libuv-1.52.0")
(blake3 "fa785aef13aa86b4cdf66e440235a3fd869424781a7341b49041b9ed20de8f35")))
(build
(configure_make)))