mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
20 lines
345 B
YAML
20 lines
345 B
YAML
zlib:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: madler/zlib
|
|
match: zlib.+\.tar\.gz
|
|
binary: hosted
|
|
metadata:
|
|
license-files: ['@/zlib.txt']
|
|
license: Zlib-Custom
|
|
headers:
|
|
- zlib.h
|
|
- zconf.h
|
|
static-libs@unix:
|
|
- libz.a
|
|
static-libs@windows:
|
|
- zlibstatic.lib
|
|
- zlib_a.lib
|