lua: rename to 'lua-for-windows' and fix env (#2849)

This commit is contained in:
Hsiao-nan Cheung 2018-12-07 02:17:27 +08:00 committed by Richard Kuhnt
parent 737cd12225
commit ee8ecf4039

View File

@ -1,4 +1,5 @@
{
"description": "A 'batteries included environment' for the Lua scripting language on Windows.",
"version": "5.1.5-52",
"url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe",
"homepage": "https://github.com/rjpcomputing/luaforwindows",
@ -9,6 +10,9 @@
"luac.exe",
"luarocks.bat"
],
"env_set": {
"LUA_DEV": "$dir"
},
"depends": [
"innounp"
],