aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5auth/vcpkg.json
blob: 9aa89817b01d2bde85ba002b747b91eec62ee21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "kf5auth",
  "version": "5.98.0",
  "description": "Execute actions as privileged user",
  "homepage": "https://api.kde.org/frameworks/kauth/html/index.html",
  "supports": "!windows",
  "dependencies": [
    "ecm",
    "kf5coreaddons",
    "qt5-base",
    "qt5-tools",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}