mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 15:41:48 +08:00
7801974c2f
* [vcpkg baseline][botan/qca] Fix botan pkgconfig and add botan as a required dependency to qca * format manifest * version
23 lines
404 B
JSON
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
|
|
}
|
|
]
|
|
}
|