Add libevent and postinstall action adder for library package

This commit is contained in:
crazywhalecc
2026-02-06 10:55:59 +08:00
parent d999bfcd11
commit 880bb8799b
3 changed files with 164 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
libevent:
type: library
artifact:
source:
type: ghrel
repo: libevent/libevent
match: libevent.+\.tar\.gz
prefer-stable: true
metadata:
license-files: [LICENSE]
license: BSD-3-Clause
depends@unix:
- openssl
static-libs@unix:
- libevent.a
- libevent_core.a
- libevent_extra.a
- libevent_openssl.a