]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minizip-ng/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / minizip-ng / vcpkg.json
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minizip-ng/vcpkg.json b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minizip-ng/vcpkg.json
new file mode 100644 (file)
index 0000000..b401245
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "name": "minizip-ng",
+  "version": "3.0.1",
+  "port-version": 1,
+  "description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
+  "homepage": "https://github.com/zlib-ng/minizip-ng",
+  "supports": "!uwp",
+  "dependencies": [
+    "bzip2",
+    "liblzma",
+    {
+      "name": "openssl",
+      "platform": "linux"
+    },
+    {
+      "name": "vcpkg-cmake",
+      "host": true
+    },
+    {
+      "name": "vcpkg-cmake-config",
+      "host": true
+    },
+    "zlib",
+    "zstd"
+  ]
+}