mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
Add zstd,libcares
This commit is contained in:
23
config/pkg/lib/libcares.yml
Normal file
23
config/pkg/lib/libcares.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
libcares:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: c-ares/c-ares
|
||||
match: c-ares-.+\.tar\.gz
|
||||
prefer-stable: true
|
||||
source-mirror:
|
||||
type: filelist
|
||||
url: 'https://c-ares.org/download/'
|
||||
regex: '/href="\/download\/(?<file>c-ares-(?<version>[^"]+)\.tar\.gz)"/'
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: [LICENSE.md]
|
||||
headers@unix:
|
||||
- ares.h
|
||||
- ares_dns.h
|
||||
- ares_nameser.h
|
||||
static-libs@unix:
|
||||
- libcares.a
|
||||
pkg-configs:
|
||||
- libcares
|
||||
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