diff options
Diffstat (limited to 'vcpkg/ports/cpp-pinyin/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpp-pinyin/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-pinyin/vcpkg.json b/vcpkg/ports/cpp-pinyin/vcpkg.json new file mode 100644 index 0000000..cdbadee --- /dev/null +++ b/vcpkg/ports/cpp-pinyin/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "cpp-pinyin", + "version": "1.0.2", + "description": "A lightweight Chinese/Cantonese to Pinyin library.", + "homepage": "https://github.com/wolfgitpr/cpp-pinyin", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |