vcpkg/ports/libzippp/CONTROL
Philipp Hasper 042f96413f WIP: [libzippp] New port: C++ wrapper for libzip (#6801)
* [libzippp] New port: C++ wrapper for libzip

Closes #6600

* [libzippp] Fixed lookup of included libraries

* [libzippp] Build system replacement

* [libzippp] Add find_dependency(LIBZIP) to config file

* [libzippp] Use upstream CMake
2019-07-22 10:40:11 -07:00

5 lines
211 B
Plaintext

Source: libzippp
Version: 2019-07-22
Description: Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling
Build-Depends: zlib, libzip[bzip2]