2026-02-05 20:59:23 +08:00
|
|
|
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
|
2026-02-05 20:59:23 +08:00
|
|
|
metadata:
|
|
|
|
|
license-files: [LICENSE]
|
2026-03-24 10:52:13 +08:00
|
|
|
license: BSD-3-Clause
|
|
|
|
|
depends:
|
2026-02-05 20:59:23 +08:00
|
|
|
- zlib
|
2026-06-14 11:51:07 +07:00
|
|
|
depends@windows:
|
|
|
|
|
- zlib
|
|
|
|
|
- bzip2
|
|
|
|
|
- xz
|
2026-03-24 10:52:13 +08:00
|
|
|
suggests:
|
2026-02-05 20:59:23 +08:00
|
|
|
- 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
|