diff options
Diffstat (limited to 'yuescript-dev-1.rockspec')
| -rw-r--r-- | yuescript-dev-1.rockspec | 5 |
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" | |||
| 2 | package = "Yuescript" | 2 | package = "Yuescript" |
| 3 | version = "dev-1" | 3 | version = "dev-1" |
| 4 | source = { | 4 | source = { |
| 5 | url = "git+https://github.com/pigpigyyy/yuescript" | 5 | url = "git+https://github.com/IppClub/YueScript" |
| 6 | } | 6 | } |
| 7 | description = { | 7 | description = { |
| 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 = { | |||
| 16 | dependencies = { | 16 | dependencies = { |
| 17 | "lua >= 5.1", | 17 | "lua >= 5.1", |
| 18 | } | 18 | } |
| 19 | |||
| 20 | build = { | 19 | build = { |
| 21 | type = "cmake", | 20 | type = "cmake", |
| 22 | variables = { | 21 | variables = { |
