diff options
Diffstat (limited to 'vcpkg/ports/chakracore/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/chakracore/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/chakracore/vcpkg.json b/vcpkg/ports/chakracore/vcpkg.json new file mode 100644 index 0000000..c3a2533 --- /dev/null +++ b/vcpkg/ports/chakracore/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "chakracore", + "version-date": "2022-11-09", + "port-version": 7, + "description": "Core part of the Chakra Javascript engine", + "homepage": "https://github.com/Microsoft/ChakraCore", + "license": "MIT", + "supports": "!osx & !uwp & (linux | !static)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-msbuild", + "host": true, + "features": [ + "pkg-config" + ], + "platform": "windows" + } + ] +} |