23 lines
358 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]
depends@unix:
- zlib
suggests@unix:
- bzip2
- xz
- zstd
- openssl
2026-02-06 10:11:24 +08:00
headers:
- zip.h
- zipconf.h
static-libs@unix:
- libzip.a