diff options
Diffstat (limited to 'vcpkg/ports/kf5service/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5service/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5service/vcpkg.json b/vcpkg/ports/kf5service/vcpkg.json new file mode 100644 index 0000000..b1e9f53 --- /dev/null +++ b/vcpkg/ports/kf5service/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "kf5service", + "version": "5.98.0", + "port-version": 1, + "description": "Plugin framework for desktop services", + "homepage": "https://api.kde.org/frameworks/kservice/html/index.html", + "dependencies": [ + "ecm", + { + "name": "gettext", + "host": true, + "features": [ + "tools" + ] + }, + "kf5config", + "kf5coreaddons", + { + "name": "kf5dbusaddons", + "platform": "!android" + }, + "kf5i18n", + "libiconv", + "qt5-base", + "qt5-tools", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |