mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
b593af97f7
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
21 lines
434 B
JSON
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"
|
|
}
|
|
]
|
|
}
|