mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
19 lines
367 B
YAML
19 lines
367 B
YAML
|
|
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
|