mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
25 lines
396 B
YAML
25 lines
396 B
YAML
nghttp2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: nghttp2/nghttp2
|
|
match: nghttp2.+\.tar\.xz
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [COPYING]
|
|
depends:
|
|
- zlib
|
|
- openssl
|
|
headers:
|
|
- nghttp2
|
|
pkg-configs:
|
|
- libnghttp2
|
|
static-libs@unix:
|
|
- libnghttp2.a
|
|
suggests:
|
|
- libxml2
|
|
- nghttp3
|
|
- ngtcp2
|
|
- brotli
|