release to luarocks
This commit is contained in:
parent
11f7f53653
commit
494e61ac43
|
@ -1,11 +1,12 @@
|
|||
package = "ln"
|
||||
version = "scm-1"
|
||||
source = {
|
||||
url = "git+ssh://ssh.tulpa.dev/cadey/lua-ln"
|
||||
url = "git+https://tulpa.dev/cadey/lua-ln"
|
||||
}
|
||||
description = {
|
||||
homepage = "https://tulpa.dev/cadey/lua-ln",
|
||||
license = "0bsd"
|
||||
license = "0bsd",
|
||||
summary = "The natural log function"
|
||||
}
|
||||
dependencies = {
|
||||
"lua ~> 5.3",
|
||||
|
@ -13,5 +14,7 @@ dependencies = {
|
|||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {}
|
||||
modules = {
|
||||
ln = "src/ln.lua"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue