mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
7a4dc666e2
* Add KF5Attica * [kf5attica] bump to 5.73 * [kf5attica] use PORT variable where applicable * [kf5attica] update to 5.75.0 * [kf5attica] port CONTROL to JSON * [kf5attica] update to 5.84.0 * [kf5attica] remove unused options * [kf5attica] only remove what's required * [kf5attica] grammar in description * [kf5attica] update deprecated functions * [kf5attica] wrap paths in quotes * [kf5attica] update versions * [kf5attica] fix static builds * [kf5attica] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "kf5attica",
|
|
"version-semver": "5.84.0",
|
|
"description": "A Qt library that implements the Open Collaboration Services API",
|
|
"homepage": "https://api.kde.org/frameworks/attica/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|