mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
Add zstd,libcares
This commit is contained in:
19
config/pkg/lib/zstd.yml
Normal file
19
config/pkg/lib/zstd.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
zstd:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: facebook/zstd
|
||||
match: zstd.+\.tar\.gz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: BSD-3-Clause
|
||||
headers@unix:
|
||||
- zdict.h
|
||||
- zstd.h
|
||||
- zstd_errors.h
|
||||
static-libs@unix:
|
||||
- libzstd.a
|
||||
pkg-configs:
|
||||
- libzstd
|
||||
Reference in New Issue
Block a user