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/patch.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "patch")
(version "2.8")
(homepage "https://savannah.gnu.org/projects/patch/")
(dependencies make)
(src (tar
(url "https://ftp.gnu.org/gnu/patch/patch-2.8.tar.gz")
(dir "patch-2.8")
(blake3 "bf50f1dcbece294082d0b4e25b9179a1cdaa8a491a9df64425b37b03093a93d6")))
(build
(configure_make)))