mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:39:18 +08:00
3320069be1
* [gettext] add feature tools * version stuff * adjust code in portfile a bit * version stuff * more reordering * version stuff
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"name": "gettext",
|
|
"version": "0.21",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
}
|
|
}
|