diff options
Diffstat (limited to 'vcpkg/ports/libdatrie/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdatrie/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/libdatrie/vcpkg.json b/vcpkg/ports/libdatrie/vcpkg.json new file mode 100644 index 0000000..e143b03 --- /dev/null +++ b/vcpkg/ports/libdatrie/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "libdatrie", + "version": "0.2.13", + "port-version": 1, + "description": "Implementation of double-array structure for representing trie", + "homepage": "https://linux.thai.net/pub/ThaiLinux/software/libthai", + "license": "LGPL-2.1-or-later", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "tool": { + "description": "Build the trietool application", + "supports": "!uwp", + "dependencies": [ + "libiconv" + ] + } + } +} |