mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:09:00 +08:00
7d2541c69c
* Add gettext cmake wrapper * x-add-version * Make kf5i18n use gettext[tools]:host * x-add-version * Revise wrapper source names * Update git-tree * Provide host tools via port config, not wrapper * Enable tools on linux * Fix linux libintl.h hint * Update git-tree * Update git-tree * Revise vcpkg port config * Revise linux libintl.h message * Revise cmake style * Build only release variant of tools * Cache configuration for faster build * Update git-tree * Fix typo * Revise options * Add top-level Makefile for tools * Remove non-libintl libs and includes * Update git-tree * Update port-version * x-add-version * [gettext] Address PR comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"name": "gettext",
|
|
"version": "0.21",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|