mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Separate package config
This commit is contained in:
16
config/pkg/lib/zlib.yml
Normal file
16
config/pkg/lib/zlib.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user