mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:49:00 +08:00
6b3a1a2188
* 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>
17 lines
380 B
JSON
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"
|
|
}
|
|
}
|
|
}
|