diff options
Diffstat (limited to 'vcpkg/ports/kf5texteditor/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5texteditor/vcpkg.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5texteditor/vcpkg.json b/vcpkg/ports/kf5texteditor/vcpkg.json new file mode 100644 index 0000000..39e372f --- /dev/null +++ b/vcpkg/ports/kf5texteditor/vcpkg.json @@ -0,0 +1,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 + } + ] +} |