aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zziplib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/zziplib/vcpkg.json')
-rw-r--r--vcpkg/ports/zziplib/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/zziplib/vcpkg.json b/vcpkg/ports/zziplib/vcpkg.json
new file mode 100644
index 0000000..f233887
--- /dev/null
+++ b/vcpkg/ports/zziplib/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "zziplib",
+ "version": "0.13.80",
+ "description": "library providing read access on ZIP-archives",
+ "homepage": "https://github.com/gdraheim/zziplib",
+ "license": "LGPL-2.0-or-later OR MPL-1.1",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}