add(luarocks) init
This commit is contained in:
parent
d24e69a41e
commit
a433eb2fe4
|
@ -1 +1,5 @@
|
|||
build/
|
||||
build/
|
||||
/luarocks
|
||||
/lua
|
||||
/lua_modules
|
||||
/.luarocks
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue