mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
Add nghttp2, nghttp3, ngtcp2
This commit is contained in:
24
config/pkg/lib/ngtcp2.yml
Normal file
24
config/pkg/lib/ngtcp2.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
ngtcp2:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: ngtcp2/ngtcp2
|
||||
match: ngtcp2.+\.tar\.xz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [COPYING]
|
||||
license: MIT
|
||||
depends:
|
||||
- openssl
|
||||
suggests:
|
||||
- nghttp3
|
||||
- brotli
|
||||
headers:
|
||||
- ngtcp2
|
||||
static-libs@unix:
|
||||
- libngtcp2.a
|
||||
- libngtcp2_crypto_ossl.a
|
||||
pkg-configs:
|
||||
- libngtcp2
|
||||
- libngtcp2_crypto_ossl
|
||||
Reference in New Issue
Block a user