diff options
Diffstat (limited to 'vcpkg/ports/libunistring/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libunistring/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libunistring/vcpkg.json b/vcpkg/ports/libunistring/vcpkg.json new file mode 100644 index 0000000..c9ab302 --- /dev/null +++ b/vcpkg/ports/libunistring/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "libunistring", + "version": "1.2", + "port-version": 3, + "description": "GNU libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.", + "homepage": "https://www.gnu.org/software/libunistring/", + "license": "LGPL-3.0-or-later OR GPL-2.0-or-later", + "supports": "!xbox", + "dependencies": [ + "libiconv" + ] +} |