Files
static-php-cli/config/pkg/lib/libzip.yml
crazywhalecc 1f42f1a479 Add libzip
2026-03-24 10:52:13 +08:00

26 lines
418 B
YAML

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