mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
16 lines
320 B
YAML
16 lines
320 B
YAML
|
|
zlib:
|
||
|
|
type: library
|
||
|
|
static-libs@unix:
|
||
|
|
- libz.a
|
||
|
|
headers:
|
||
|
|
- zlib.h
|
||
|
|
- zconf.h
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: ghrel
|
||
|
|
repo: madler/zlib
|
||
|
|
match: 'zlib.+\.tar\.gz'
|
||
|
|
binary: hosted
|
||
|
|
metadata:
|
||
|
|
license-files: ['{registry_root}/src/globals/licenses/zlib.txt']
|
||
|
|
license: Zlib-Custom
|