vcpkg/ports/gettext/vcpkg.json
Kai Pastor 6b3a1a2188
[gettext] Update to 0.21.1 (#29113)
* Use VERSION

* Update to 0.21.1

* Update win unicode paths patch

* Revise uwp patches

* Cleanup

* Build tools for uwp in CI

* tools not supported on uwp

* Add license GPL3.0-or-later.

gettext.c has:

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.

* Fix license, but better.

* Version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:29 -08:00

17 lines
380 B
JSON

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