]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/hunspell/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / hunspell / vcpkg.json
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/hunspell/vcpkg.json b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/hunspell/vcpkg.json
new file mode 100644 (file)
index 0000000..112062d
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "name": "hunspell",
+  "version-string": "1.7.0",
+  "port-version": 3,
+  "description": "The most popular spellchecking library.",
+  "homepage": "https://github.com/hunspell/hunspell",
+  "dependencies": [
+    {
+      "name": "gettext",
+      "host": true,
+      "features": [
+        "tools"
+      ]
+    },
+    "libiconv"
+  ],
+  "features": {
+    "tools": {
+      "description": "Build hunspell tools"
+    }
+  }
+}