aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/luv/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/luv/vcpkg.json')
-rw-r--r--vcpkg/ports/luv/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/luv/vcpkg.json b/vcpkg/ports/luv/vcpkg.json
new file mode 100644
index 0000000..69fc5a0
--- /dev/null
+++ b/vcpkg/ports/luv/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "luv",
+ "version-semver": "1.44.2",
+ "port-version": 1,
+ "description": "Bare libuv bindings for lua",
+ "homepage": "https://github.com/luvit/luv",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "libuv",
+ "version>=": "1.44.2"
+ },
+ "lua-compat53",
+ "luajit",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}