33 lines
563 B
JSON
Executable File
33 lines
563 B
JSON
Executable File
{
|
|
"name": "qca",
|
|
"version": "2.3.4",
|
|
"port-version": 2,
|
|
"description": "Qt Cryptographic Architecture (QCA).",
|
|
"homepage": "https://cgit.kde.org/qca.git/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"botan"
|
|
],
|
|
"features": {
|
|
"botan": {
|
|
"description": "Build with botan",
|
|
"dependencies": [
|
|
"botan"
|
|
]
|
|
}
|
|
}
|
|
}
|