Skip to content

Commit e992eb7

Browse files
committed
Add a rock spec so the real show can start
1 parent 313e54c commit e992eb7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

fluent-scm-0.rockspec

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package = "fluent"
2+
version = "scm-0"
3+
4+
source = {
5+
url = "git://github.com/alerque/fluent-lua",
6+
}
7+
8+
description = {
9+
summary = "Lua implementation of Project Fluent.",
10+
detailed = [[
11+
This is a lua port of the Fluent, A localization paradigm designed to
12+
unleash the entire expressive power of natural language translations.
13+
]],
14+
homepage = "https://github.com/alerque/fluent-lua",
15+
license = "MIT"
16+
}
17+
18+
dependencies = {
19+
"lua",
20+
}
21+
22+
build = {
23+
type = "builtin",
24+
modules = {
25+
fluent = "fluent.lua"
26+
}
27+
}

0 commit comments

Comments
 (0)