aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/v8/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/v8/vcpkg.json')
-rw-r--r--vcpkg/ports/v8/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/v8/vcpkg.json b/vcpkg/ports/v8/vcpkg.json
new file mode 100644
index 0000000..3decc19
--- /dev/null
+++ b/vcpkg/ports/v8/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "v8",
+ "version": "9.1.269.39",
+ "port-version": 8,
+ "description": "Google Chrome's JavaScript engine",
+ "homepage": "https://v8.dev",
+ "license": "BSD-3-Clause",
+ "supports": "!(arm | arm64 | uwp | osx | linux)",
+ "dependencies": [
+ {
+ "name": "glib",
+ "platform": "linux"
+ },
+ "icu",
+ {
+ "name": "pthread",
+ "platform": "linux"
+ },
+ {
+ "name": "vcpkg-gn",
+ "host": true
+ },
+ {
+ "name": "vcpkg-tool-python2",
+ "host": true
+ },
+ "zlib"
+ ]
+}