yuzu/externals/vcpkg/ports/qtkeychain/vcpkg.json

34 lines
704 B
JSON
Executable File

{
"name": "qtkeychain",
"version": "0.13.2",
"port-version": 3,
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "libsecret",
"platform": "!(windows | uwp | osx)"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"translations"
],
"features": {
"translations": {
"description": "Build qtkeychain translations",
"dependencies": [
"qt5-tools"
]
}
}
}