add(luarocks) init

This commit is contained in:
Aire-One 2022-01-30 14:20:23 +01:00
parent d24e69a41e
commit a433eb2fe4
2 changed files with 20 additions and 1 deletions

6
.gitignore vendored
View File

@ -1 +1,5 @@
build/
build/
/luarocks
/lua
/lua_modules
/.luarocks

15
calculon-0.1-1.rockspec Normal file
View File

@ -0,0 +1,15 @@
package = "calculon"
version = "0.1-1"
source = {
url = "git+https://gitea.aireone.xyz/Aire-One/calculon.git"
}
description = {
homepage = "https://gitea.aireone.xyz/Aire-One/calculon",
license = ""
}
build = {
type = "builtin",
modules = {
calculon = "build/calculon/init.lua"
}
}