vcpkg/ports/libzip/CONTROL
Lars Ivar Hatledal 7609de8497 Update libzip to 1.5.2 (#5656)
* Update libzip to 1.5.2

* Remove reference to patch in portfile

* Add patch to fix compilation on windows

* Prefer ninja and fix indentation
2019-03-13 10:06:49 -07:00

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