mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
1d9aa0168a
* Add kf5auth port * Fixed KF5Auth build for windows * [kf5*] update to 5.75.0 * [kf5auth] convert CONTROL to manifest * [kf5auth] update version * kf5auth: update to 5.81 * kf5auth: add version * [kf5auth] migrate to vcpkg_cmake_configure * [kf5auth] update versions * [kf5auth] disable parallel configure * [kf5auth] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"name": "kf5auth",
|
|
"version": "5.81.0",
|
|
"description": "Execute actions as privileged user",
|
|
"homepage": "https://api.kde.org/frameworks/kauth/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"kf5coreaddons",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|