mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
20 lines
337 B
YAML
20 lines
337 B
YAML
nghttp3:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: ngtcp2/nghttp3
|
|
match: nghttp3.+\.tar\.xz
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [COPYING]
|
|
license: MIT
|
|
depends:
|
|
- openssl
|
|
headers:
|
|
- nghttp3
|
|
pkg-configs:
|
|
- libnghttp3
|
|
static-libs@unix:
|
|
- libnghttp3.a
|