aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5globalaccel/vcpkg.json
blob: 25aefeecae284bdbe2d403d817c23c45f9e5727e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "kf5globalaccel",
  "version-semver": "5.84.0",
  "port-version": 1,
  "description": "lobal desktop keyboard shortcuts",
  "homepage": "https://api.kde.org/frameworks/kglobalaccel/html/index.html",
  "dependencies": [
    "ecm",
    "kf5config",
    "kf5coreaddons",
    "kf5crash",
    "kf5dbusaddons",
    "kf5windowsystem",
    "qt5-base",
    "qt5-tools",
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}