diff options
Diffstat (limited to 'vcpkg/ports/cutelyst2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cutelyst2/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/cutelyst2/vcpkg.json b/vcpkg/ports/cutelyst2/vcpkg.json new file mode 100644 index 0000000..928b614 --- /dev/null +++ b/vcpkg/ports/cutelyst2/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "cutelyst2", + "version": "2.12.0", + "port-version": 2, + "description": "A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework", + "dependencies": [ + { + "name": "qt5-base", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |