Files
static-php-cli/config/pkg/lib/libzip.yml

26 lines
418 B
YAML
Raw Normal View History

libzip:
type: library
artifact:
2026-02-06 10:11:24 +08:00
source:
type: ghrel
repo: nih-at/libzip
match: libzip.+\.tar\.xz
prefer-stable: true
metadata:
license-files: [LICENSE]
2026-03-24 10:52:13 +08:00
license: BSD-3-Clause
depends:
- zlib
2026-03-24 10:52:13 +08:00
suggests:
- bzip2
- xz
- zstd
- openssl
2026-02-06 10:11:24 +08:00
headers:
- zip.h
- zipconf.h
static-libs@unix:
- libzip.a
2026-03-24 10:52:13 +08:00
static-libs@windows:
- libzip_a.lib