mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
Add imagemagick,jbig,lerc,libaom,libde265,libheif,libjxl,libtiff,libwebp,libzip
This commit is contained in:
23
config/pkg/lib/libzip.yml
Normal file
23
config/pkg/lib/libzip.yml
Normal 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
|
||||
Reference in New Issue
Block a user