aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5texteditor/vcpkg.json
blob: 39e372f8380f30a1753bef3fe798c731f71eada8 (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
32
33
34
{
  "name": "kf5texteditor",
  "version": "5.98.0",
  "port-version": 2,
  "description": "Full text editor component",
  "homepage": "https://api.kde.org/frameworks/ktexteditor/html/",
  "dependencies": [
    "ecm",
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "gettext-libintl",
    "kf5archive",
    "kf5config",
    "kf5guiaddons",
    "kf5i18n",
    "kf5kio",
    "kf5parts",
    "kf5sonnet",
    "kf5syntaxhighlighting",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}