diff options
Diffstat (limited to 'ports/luajit')
| -rw-r--r-- | ports/luajit/CONTROL | 5 | ||||
| -rw-r--r-- | ports/luajit/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/luajit/CONTROL b/ports/luajit/CONTROL deleted file mode 100644 index f37d4dcbe..000000000 --- a/ports/luajit/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: luajit
-Version: 2.0.5-3
-Homepage: https://github.com/LuaJIT/LuaJIT
-Description: LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
-Supports: !uwp
\ No newline at end of file diff --git a/ports/luajit/vcpkg.json b/ports/luajit/vcpkg.json new file mode 100644 index 000000000..e4cd839f4 --- /dev/null +++ b/ports/luajit/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "luajit", + "version-string": "2.0.5", + "port-version": 4, + "description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.", + "homepage": "https://github.com/LuaJIT/LuaJIT", + "supports": "!uwp" +} |
