aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5syntaxhighlighting/vcpkg.json
blob: 3c7deeb9164c693b336a3465d874fa33725bf985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "kf5syntaxhighlighting",
  "version": "5.98.0",
  "description": "Syntax highlighting engine for Kate syntax definitions",
  "homepage": "https://github.com/KDE/syntax-highlighting",
  "dependencies": [
    "ecm",
    "qt5-base",
    "qt5-tools",
    "qt5-xmlpatterns",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}