Add zstd,libcares

This commit is contained in:
crazywhalecc
2026-02-02 16:15:36 +08:00
parent 3d102363c4
commit 6ee8dc7994
4 changed files with 109 additions and 0 deletions

19
config/pkg/lib/zstd.yml Normal file
View 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