vcpkg/ports/gettext-libintl/vcpkg.json
Kai Pastor b593af97f7
[gettext-libintl] Handle atypical Linux installations (#39662)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-05 14:06:12 -04:00

21 lines
434 B
JSON

{
"name": "gettext-libintl",
"version": "0.22.5",
"port-version": 2,
"description": "The libintl C library from GNU gettext-runtime.",
"homepage": "https://www.gnu.org/software/gettext/",
"license": "LGPL-2.1-or-later",
"supports": "!xbox",
"dependencies": [
{
"name": "libiconv",
"platform": "!linux"
},
{
"name": "vcpkg-cmake",
"host": true,
"platform": "linux"
}
]
}