aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/luajit/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/luajit/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/luajit/vcpkg.json')
-rw-r--r--vcpkg/ports/luajit/vcpkg.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/vcpkg/ports/luajit/vcpkg.json b/vcpkg/ports/luajit/vcpkg.json
new file mode 100644
index 0000000..1c83e57
--- /dev/null
+++ b/vcpkg/ports/luajit/vcpkg.json
@@ -0,0 +1,49 @@
+{
+ "name": "luajit",
+ "version-date": "2023-01-04",
+ "port-version": 7,
+ "description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
+ "homepage": "https://github.com/LuaJIT/LuaJIT",
+ "license": "MIT",
+ "supports": "!uwp & !(arm64 & windows)",
+ "dependencies": [
+ {
+ "name": "luajit",
+ "host": true,
+ "features": [
+ "buildvm-64"
+ ],
+ "platform": "!native & (arm64 | x64) & (!windows | mingw)"
+ },
+ {
+ "name": "luajit",
+ "host": true,
+ "features": [
+ "buildvm-32"
+ ],
+ "platform": "!native & ((arm & !arm64) | x86) & (!windows | mingw)"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-get-vars",
+ "host": true
+ }
+ ],
+ "features": {
+ "buildvm-32": {
+ "description": "Install host tools for 32 bit targets",
+ "supports": "native & ((arm & !arm64) | x86) & (!windows | mingw)"
+ },
+ "buildvm-64": {
+ "description": "Install host tools for 64 bit targets",
+ "supports": "native & (arm64 | x64) & (!windows | mingw)"
+ }
+ }
+}