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