mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
89a2b29130
* Use VERSION * Add nls feature and gettext deps * Fix export of libintl dep * Fix mingw on windows * Fix crossbuilds * Cleanup * Keep translations for nls * Add license * [shiftmedia-libgpg-error] Split from pristine source port, update * [libgpg-error] Update, official tarballs, cross builds * [libgcrypt] Official tarballs, fix cross builds * [libgcrypt] Update copyright * [libassuan] Update, official tarballs, cross builds * [gpgme] Update, cleanup * [gpgme] Update copyright * Update versions * [shiftmedia-libgcrypt] Update * No port libgpg * Add missing version file * Use make OPTIONS * Update versions * Revise build-tools pattern
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"name": "gpgme",
|
|
"version": "1.18.0",
|
|
"description": "A library designed to make access to GnuPG easier for applications",
|
|
"homepage": "https://gnupg.org/software/gpgme/index.html",
|
|
"license": null,
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"libassuan",
|
|
"libgpg-error",
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"cpp"
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "C++ bindings"
|
|
}
|
|
}
|
|
}
|