vcpkg/ports/gettext/vcpkg.json
2022-01-12 12:02:05 -08:00

16 lines
354 B
JSON

{
"name": "gettext",
"version": "0.21",
"port-version": 9,
"description": "GNU gettext provides libintl and a set of tools to help produce multi-lingual messages.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build gettext tools"
}
}
}