Add imagemagick,jbig,lerc,libaom,libde265,libheif,libjxl,libtiff,libwebp,libzip

This commit is contained in:
crazywhalecc
2026-02-05 20:59:23 +08:00
parent 807b90b182
commit 7ae16e5be8
20 changed files with 617 additions and 0 deletions

23
config/pkg/lib/libzip.yml Normal file
View File

@@ -0,0 +1,23 @@
libzip:
type: library
artifact:
source: {
"type": "ghrel",
"repo": "nih-at/libzip",
"match": "libzip.+\\.tar\\.xz",
"prefer-stable": true
}
metadata:
license-files: [LICENSE]
static-libs@unix:
- libzip.a
headers:
- zip.h
- zipconf.h
depends@unix:
- zlib
suggests@unix:
- bzip2
- xz
- zstd
- openssl