diff options
Diffstat (limited to 'ports/opencc')
| -rw-r--r-- | ports/opencc/CONTROL | 9 | ||||
| -rw-r--r-- | ports/opencc/vcpkg.json | 13 |
2 files changed, 13 insertions, 9 deletions
diff --git a/ports/opencc/CONTROL b/ports/opencc/CONTROL deleted file mode 100644 index ab49052f0..000000000 --- a/ports/opencc/CONTROL +++ /dev/null @@ -1,9 +0,0 @@ -Source: opencc -Version: 2020-04-26 -Port-Version: 7 -Description: A project for conversion between Traditional and Simplified Chinese -Homepage: https://github.com/BYVoid/OpenCC -Supports: !(arm|arm64|uwp) - -Feature: tools -Description: Build OpenCC command-line tools diff --git a/ports/opencc/vcpkg.json b/ports/opencc/vcpkg.json new file mode 100644 index 000000000..dc346293c --- /dev/null +++ b/ports/opencc/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "opencc", + "version-string": "2020-04-26", + "port-version": 8, + "description": "A project for conversion between Traditional and Simplified Chinese", + "homepage": "https://github.com/BYVoid/OpenCC", + "supports": "!(arm | arm64 | uwp)", + "features": { + "tools": { + "description": "Build OpenCC command-line tools" + } + } +} |
