even more packages

This commit is contained in:
2026-02-19 18:34:17 +01:00
parent e9b5a0084c
commit 38c3ec542b
21 changed files with 205 additions and 14 deletions

11
packages/libevent.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libevent")
(version "2.1.12")
(homepage "https://libevent.org/")
(dependencies libopenssl)
(src (tar
(url "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz")
(dir "libevent-2.1.12-stable")
(blake3 "72be05db4f7879f05fe6fd95e485958223c4a0c6d3ffbb50d5ae5ebc82b8cc0c")))
(build
(configure_make)))