aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5wallet/vcpkg.json
blob: ae3ef0e904fe6e628e9fe034c1cc939e6d3298e5 (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
30
31
{
  "name": "kf5wallet",
  "version": "5.98.0",
  "description": "Safe desktop-wide storage for passwords",
  "homepage": "https://api.kde.org/frameworks/kwallet/html/index.html",
  "dependencies": [
    "ecm",
    "gettext",
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "kf5config",
    "kf5coreaddons",
    "kf5i18n",
    "kf5windowsystem",
    "qt5-base",
    "qt5-tools",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}