vcpkg/ports/qtkeychain-qt6/vcpkg.json

34 lines
662 B
JSON
Raw Normal View History

{
"name": "qtkeychain-qt6",
2023-09-14 06:53:40 +08:00
"version": "0.14.1",
"port-version": 1,
"description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "libsecret",
"platform": "linux"
},
{
"name": "qtbase",
"default-features": false
},
{
"name": "qttools",
"host": true,
"features": [
"linguist"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}