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