mirror of
https://github.com/TangentFoxy/etlua.git
synced 2025-07-29 11:32:16 +00:00
add built version and rockspec
This commit is contained in:
25
elua-dev-1.rockspec
Normal file
25
elua-dev-1.rockspec
Normal file
@@ -0,0 +1,25 @@
|
||||
package = "elua"
|
||||
version = "dev-1"
|
||||
|
||||
source = {
|
||||
url = "git://github.com/leafo/elua.git"
|
||||
}
|
||||
|
||||
description = {
|
||||
summary = "Embedded templates for Lua",
|
||||
homepage = "https://github.com/leafo/elua",
|
||||
maintainer = "Leaf Corcoran <leafot@gmail.com>",
|
||||
license = "MIT"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
}
|
||||
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
["elua"] = "elua.lua",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user