vcpkg/ports/gettext-libintl/vcpkg.json

16 lines
346 B
JSON
Raw Normal View History

{
"name": "gettext-libintl",
"version": "0.21.1",
"port-version": 1,
"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"
}
]
}