mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Add libzip
This commit is contained in:
@@ -8,9 +8,10 @@ libzip:
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
depends@unix:
|
||||
license: BSD-3-Clause
|
||||
depends:
|
||||
- zlib
|
||||
suggests@unix:
|
||||
suggests:
|
||||
- bzip2
|
||||
- xz
|
||||
- zstd
|
||||
@@ -20,3 +21,5 @@ libzip:
|
||||
- zipconf.h
|
||||
static-libs@unix:
|
||||
- libzip.a
|
||||
static-libs@windows:
|
||||
- libzip_a.lib
|
||||
|
||||
Reference in New Issue
Block a user