diff options
Diffstat (limited to 'vcpkg/ports/kf5i18n/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5i18n/vcpkg.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5i18n/vcpkg.json b/vcpkg/ports/kf5i18n/vcpkg.json new file mode 100644 index 0000000..3f447ef --- /dev/null +++ b/vcpkg/ports/kf5i18n/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "kf5i18n", + "version": "5.98.0", + "port-version": 1, + "description": "Advanced internationalization framework", + "homepage": "https://api.kde.org/frameworks/ki18n/html/index.html", + "dependencies": [ + "ecm", + "gettext", + { + "name": "gettext", + "host": true, + "features": [ + "tools" + ] + }, + "libiconv", + "qt5-declarative", + "qt5-tools", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |