postfix, dovecot, redis, lxc, etc

This commit is contained in:
2026-02-22 16:09:24 +01:00
parent aa09771d73
commit 21e48585b5
15 changed files with 148 additions and 4 deletions

12
packages/libbpf.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libbpf")
(version "1.6.3")
(homepage "https://docs.kernel.org/bpf/libbpf/libbpf_overview.html")
(dependencies make)
(src (tar
(url "https://github.com/libbpf/libbpf/archive/refs/tags/v1.6.3.tar.gz")
(dir "libbpf-1.6.3/src")
(blake3 "beb8075a8acc35f45e08331f819c1a79080064b162fa02ca0232ab29c71e0b16")))
(build
(make
(make_flags "LIBSUBDIR=lib"))))