vcpkg/ports/qca/vcpkg.json
Jack·Boos·Yu 7801974c2f
[vcpkg baseline][botan/qca] Fix botan pkgconfig and add botan as a required dependency to qca (#21250)
* [vcpkg baseline][botan/qca] Fix botan pkgconfig and add botan as a required dependency to qca

* format manifest

* version
2021-11-08 12:26:22 -08:00

23 lines
404 B
JSON

{
"name": "qca",
"version": "2.3.1",
"port-version": 5,
"description": "Qt Cryptographic Architecture (QCA).",
"homepage": "https://cgit.kde.org/qca.git/",
"dependencies": [
"botan",
{
"name": "qt5-base",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}