diff options
Diffstat (limited to 'vcpkg/ports/cpprealm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpprealm/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/cpprealm/vcpkg.json b/vcpkg/ports/cpprealm/vcpkg.json new file mode 100644 index 0000000..b915664 --- /dev/null +++ b/vcpkg/ports/cpprealm/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "cpprealm", + "version": "2.2.0", + "port-version": 1, + "description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.", + "homepage": "https://github.com/realm/realm-cpp", + "license": "Apache-2.0", + "supports": "!emscripten", + "dependencies": [ + { + "name": "curl", + "platform": "linux" + }, + { + "name": "libuv", + "platform": "!osx, !ios" + }, + "realm-core", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |