vcpkg/ports/libassuan/vcpkg.json

16 lines
357 B
JSON

{
"name": "libassuan",
"version": "2.5.6",
"description": "A library implementing the so-called Assuan protocol",
"homepage": "https://gnupg.org/software/libassuan/index.html",
"license": "LGPL-2.1-or-later",
"supports": "!windows | mingw",
"dependencies": [
{
"name": "libassuan",
"host": true
},
"libgpg-error"
]
}