18 lines
497 B
Plaintext
18 lines
497 B
Plaintext
|
package = "luarocks-build-teal"
|
||
|
version = "dev-1"
|
||
|
source = {
|
||
|
url = "*** please add URL for source tarball, zip or repository here ***"
|
||
|
}
|
||
|
description = {
|
||
|
summary = "A LuaRocks build backend for Teal modules",
|
||
|
detailed = "A LuaRocks build backend for Teal modules",
|
||
|
homepage = "*** please enter a project homepage ***",
|
||
|
license = "*** please specify a license ***"
|
||
|
}
|
||
|
build = {
|
||
|
type = "builtin",
|
||
|
modules = {
|
||
|
["luarocks.build.teal"] = "src/luarocks/build/teal.lua"
|
||
|
}
|
||
|
}
|