mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
fbe07843a7
* Replace SUBPATH argument * Add iconv to libintl link libraries * x-add-version * Fix tools build on mingw-dynamic * Update versions * [skip actions] Trigger CI
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"name": "gettext",
|
|
"version": "0.21",
|
|
"port-version": 6,
|
|
"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"
|
|
}
|
|
}
|
|
}
|