vcpkg/ports/opencc/vcpkg.json
Mengna Li 4ea3456f21
[opencc] De-vendor rapidjson (#26291)
* update opencc to v1.1.4 and add feature rapidjson

* update

* convert feature to dependence

* remove useless code
2022-08-12 15:46:15 -07:00

26 lines
565 B
JSON

{
"name": "opencc",
"version": "1.1.4",
"port-version": 1,
"description": "A project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai)",
"homepage": "https://github.com/BYVoid/OpenCC",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"dependencies": [
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build OpenCC command-line tools"
}
}
}