mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:29:07 +08:00
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"name": "gettext",
|
|
"version": "0.22.5",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|