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

@@ -0,0 +1,11 @@
(package
(name "libarchive")
(version "3.8.5")
(homepage "https://libarchive.org/")
(dependencies make)
(src (tar
(url "https://libarchive.org/downloads/libarchive-3.8.5.tar.gz")
(dir "libarchive-3.8.5")
(blake3 "88054392b2b96bedf7d048eb5cd78cb13cab0829f0df1802b289d58c48702149")))
(build
(configure_make)))