aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libunibreak/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libunibreak/vcpkg.json')
-rw-r--r--vcpkg/ports/libunibreak/vcpkg.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libunibreak/vcpkg.json b/vcpkg/ports/libunibreak/vcpkg.json
new file mode 100644
index 0000000..e1aea08
--- /dev/null
+++ b/vcpkg/ports/libunibreak/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "libunibreak",
+ "version": "6.1",
+ "port-version": 1,
+ "description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.",
+ "homepage": "https://github.com/adah1972/libunibreak",
+ "license": "zlib-acknowledgement",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}