mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Add libevent and postinstall action adder for library package
This commit is contained in:
18
config/pkg/lib/libevent.yml
Normal file
18
config/pkg/lib/libevent.yml
Normal 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
|
||||
Reference in New Issue
Block a user