vcpkg/ports/cpp-pinyin/vcpkg.json
wolfgitpr acdbbbaab9
[cpp-pinyin] Add new port (#42063)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-11-11 23:26:39 -08:00

18 lines
357 B
JSON

{
"name": "cpp-pinyin",
"version": "1.0.0",
"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
}
]
}