vcpkg/ports/gettext/vcpkg.json
Kai Pastor e91d6617db
[gettext] Handle runtime for unix tools (#33030)
* [gettext] Handle runtime for unix tools

* CI

* CI

* CI

* CI

* CI
2023-08-23 11:46:39 -07:00

26 lines
596 B
JSON

{
"name": "gettext",
"version": "0.21.1",
"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": {
"runtime-tools": {
"description": "Build runtime tools for internationalization of scripts",
"supports": "!uwp"
},
"tools": {
"description": "Build gettext tools",
"supports": "!uwp",
"dependencies": [
"libiconv"
]
}
}
}