mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
24 lines
514 B
YAML
24 lines
514 B
YAML
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
|
|
pkg-configs:
|
|
- libcares
|
|
static-libs@unix:
|
|
- libcares.a
|