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

@@ -0,0 +1,11 @@
(package
(name "libcap-ng")
(version "0.8.5")
(homepage "https://people.redhat.com/sgrubb/libcap-ng/")
(dependencies make)
(src (tar
(url "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.5.tar.gz")
(dir "libcap-ng-0.8.5")
(blake3 "31cf706701f3f7b34dd3f2d8ad4ca85a1b633dc15a72d90b76c9a973ac07c103")))
(build
(configure_make)))