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