lua 5.4.2 (#220)

* Adding the Lua scripting language

* Added built executable to PATH.
This commit is contained in:
Felix Patschkowski
2020-12-28 13:12:02 +01:00
committed by GitHub
parent 3c0d28e4d1
commit c00f77aeaa
+15
View File
@@ -0,0 +1,15 @@
name = "lua"
version = "5.4.2"
description = "Lua - A Scripting Language"
maintainers = ["Felix Patschkowski <felix.patschkowski@nexperia.com>"]
maintainers-logins = ["Patschkowski"]
licenses = ["MIT"]
project-files = ["lua.gpr"]
executables = ["lua"]
[environment]
PATH.prepend = "${CRATE_ROOT}/alire/build/bin"
[origin]
commit = "b96b41bb7fce470363ad7a427d148cdfac3fd87e"
url = "git+https://github.com/Patschkowski/lua.git"