mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
24 lines
385 B
YAML
24 lines
385 B
YAML
|
|
libzip:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source: {
|
||
|
|
"type": "ghrel",
|
||
|
|
"repo": "nih-at/libzip",
|
||
|
|
"match": "libzip.+\\.tar\\.xz",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
static-libs@unix:
|
||
|
|
- libzip.a
|
||
|
|
headers:
|
||
|
|
- zip.h
|
||
|
|
- zipconf.h
|
||
|
|
depends@unix:
|
||
|
|
- zlib
|
||
|
|
suggests@unix:
|
||
|
|
- bzip2
|
||
|
|
- xz
|
||
|
|
- zstd
|
||
|
|
- openssl
|