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