mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-28 02:52:17 +00:00
update rockspec
This commit is contained in:
@@ -2,24 +2,28 @@ package = "elua"
|
|||||||
version = "dev-1"
|
version = "dev-1"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/leafo/elua.git"
|
url = "git://github.com/leafo/elua.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
summary = "Embedded templates for Lua",
|
summary = "Embedded templates for Lua",
|
||||||
homepage = "https://github.com/leafo/elua",
|
detailed = [[
|
||||||
maintainer = "Leaf Corcoran <leafot@gmail.com>",
|
Allows you to render ERB style templates but with Lua. Supports <% %>, <%=
|
||||||
license = "MIT"
|
%> and <%- %> tags (with optional newline slurping) for embedding code.
|
||||||
|
]],
|
||||||
|
homepage = "https://github.com/leafo/elua",
|
||||||
|
maintainer = "Leaf Corcoran <leafot@gmail.com>",
|
||||||
|
license = "MIT"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1",
|
"lua >= 5.1",
|
||||||
}
|
}
|
||||||
|
|
||||||
build = {
|
build = {
|
||||||
type = "builtin",
|
type = "builtin",
|
||||||
modules = {
|
modules = {
|
||||||
["elua"] = "elua.lua",
|
["elua"] = "elua.lua",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user