diff options
Diffstat (limited to 'vcpkg/ports/gettext/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gettext/vcpkg.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/gettext/vcpkg.json b/vcpkg/ports/gettext/vcpkg.json new file mode 100644 index 0000000..522b2b2 --- /dev/null +++ b/vcpkg/ports/gettext/vcpkg.json @@ -0,0 +1,31 @@ +{ + "name": "gettext", + "version": "0.22.5", + "port-version": 3, + "description": "A GNU framework to help produce multi-lingual messages.", + "homepage": "https://www.gnu.org/software/gettext/", + "license": "GPL-3.0-only", + "supports": "!xbox", + "dependencies": [ + "gettext-libintl" + ], + "features": { + "nls": { + "description": "Enable native language support" + }, + "runtime-tools": { + "description": "Build runtime tools for internationalization of scripts", + "supports": "!uwp", + "dependencies": [ + "libiconv" + ] + }, + "tools": { + "description": "Build gettext tools", + "supports": "!uwp", + "dependencies": [ + "libiconv" + ] + } + } +} |