diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-02-13 21:51:12 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-02-13 21:51:12 +0800 |
| commit | e3183366f6048d93e5a6df1868fc60df75447168 (patch) | |
| tree | 64ef316abb1aba0983c836288ff322c018ec791f /moonplus-0.1-1.rockspec | |
| parent | b06a818e78d1a26c34f2c87f607e78ad156e4921 (diff) | |
| download | yuescript-e3183366f6048d93e5a6df1868fc60df75447168.tar.gz yuescript-e3183366f6048d93e5a6df1868fc60df75447168.tar.bz2 yuescript-e3183366f6048d93e5a6df1868fc60df75447168.zip | |
fix rockspec.
Diffstat (limited to 'moonplus-0.1-1.rockspec')
| -rw-r--r-- | moonplus-0.1-1.rockspec | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/moonplus-0.1-1.rockspec b/moonplus-0.1-1.rockspec deleted file mode 100644 index e1dd086..0000000 --- a/moonplus-0.1-1.rockspec +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | package = "MoonPlus" | ||
| 2 | version = "0.1-1" | ||
| 3 | source = { | ||
| 4 | url = "git+https://github.com/pigpigyyy/MoonPlus" | ||
| 5 | } | ||
| 6 | description = { | ||
| 7 | summary = "MoonPlus is a compiler for Moonscript written in C++.", | ||
| 8 | detailed = [[ | ||
| 9 | MoonPlus is a compiler with features from Moonscript language 0.5.0 and implementing new features to make Moonscript more up to date. ]], | ||
| 10 | homepage = "https://github.com/pigpigyyy/MoonPlus", | ||
| 11 | maintainer = "Li Jin <dragon-fly@qq.com>", | ||
| 12 | labels = {"moonscript","cpp","transpiler"}, | ||
| 13 | license = "MIT" | ||
| 14 | } | ||
| 15 | dependencies = { | ||
| 16 | "lua >= 5.1", | ||
| 17 | } | ||
| 18 | build = { | ||
| 19 | type = "cmake", | ||
| 20 | variables = { | ||
| 21 | LUA_INCDIR="$(LUA_INCDIR)", | ||
| 22 | LUA="$(LUA)", | ||
| 23 | }, | ||
| 24 | install = { | ||
| 25 | lib = { | ||
| 26 | "build.luarocks/moonp.so" | ||
| 27 | } | ||
| 28 | } | ||
| 29 | } | ||
