vcpkg/ports/gettext/vcpkg.json
2021-04-28 13:55:54 -07:00

16 lines
414 B
JSON

{
"name": "gettext",
"version": "0.21",
"port-version": 2,
"description": "The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build gettext tools"
}
}
}