aboutsummaryrefslogtreecommitdiff
path: root/yuescript-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'yuescript-dev-1.rockspec')
-rw-r--r--yuescript-dev-1.rockspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index 1d69998..864cf2e 100644
--- a/yuescript-dev-1.rockspec
+++ b/yuescript-dev-1.rockspec
@@ -2,13 +2,13 @@ rockspec_format = "3.0"
2package = "Yuescript" 2package = "Yuescript"
3version = "dev-1" 3version = "dev-1"
4source = { 4source = {
5 url = "git+https://github.com/pigpigyyy/yuescript" 5 url = "git+https://github.com/IppClub/YueScript"
6} 6}
7description = { 7description = {
8 summary = "Yuescript is a Moonscript dialect.", 8 summary = "Yuescript is a Moonscript dialect.",
9 detailed = [[ 9 detailed = [[
10 Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]], 10 Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]],
11 homepage = "https://github.com/pigpigyyy/yuescript", 11 homepage = "https://github.com/IppClub/YueScript",
12 maintainer = "Li Jin <dragon-fly@qq.com>", 12 maintainer = "Li Jin <dragon-fly@qq.com>",
13 labels = {"yuescript","cpp","transpiler","moonscript"}, 13 labels = {"yuescript","cpp","transpiler","moonscript"},
14 license = "MIT" 14 license = "MIT"
@@ -16,7 +16,6 @@ description = {
16dependencies = { 16dependencies = {
17 "lua >= 5.1", 17 "lua >= 5.1",
18} 18}
19
20build = { 19build = {
21 type = "cmake", 20 type = "cmake",
22 variables = { 21 variables = {