mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:49:00 +08:00
7609de8497
* Update libzip to 1.5.2 * Remove reference to patch in portfile * Add patch to fix compilation on windows * Prefer ninja and fix indentation
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
Source: libzip
|
|
Version: rel-1-5-2
|
|
Build-Depends: zlib
|
|
Default-Features: openssl, bzip2
|
|
Description: A library for reading, creating, and modifying zip archives.
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: Support bzip2-compressed zip archives
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: AES (encryption) support using OpenSSL
|