mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
30 lines
619 B
JSON
30 lines
619 B
JSON
{
|
|
"name": "libgpg-error",
|
|
"version": "1.47",
|
|
"description": "A common dependency of all GnuPG components",
|
|
"homepage": "https://gnupg.org/software/libgpg-error/index.html",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgpg-error",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|