aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5attica/vcpkg.json
blob: 4234fb9a886373ef256140644bf87fcc2a21d486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "kf5attica",
  "version-semver": "5.84.0",
  "port-version": 1,
  "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
    }
  ]
}