From 7066392d1c974065181d95d93274136dcd625d43 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 17 Feb 2021 11:22:07 +0800 Subject: stop reusing variables, rename project. --- moonplus-dev-1.rockspec | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 moonplus-dev-1.rockspec (limited to 'moonplus-dev-1.rockspec') 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 @@ -rockspec_format = "3.0" -package = "MoonPlus" -version = "dev-1" -source = { - url = "git+https://github.com/pigpigyyy/MoonPlus" -} -description = { - summary = "MoonPlus is a compiler for Moonscript written in C++.", - detailed = [[ - MoonPlus is a compiler with features from Moonscript language 0.5.0 and implementing new features to make Moonscript more up to date. ]], - homepage = "https://github.com/pigpigyyy/MoonPlus", - maintainer = "Li Jin ", - labels = {"moonscript","cpp","transpiler"}, - license = "MIT" -} -dependencies = { - "lua >= 5.1", -} -build = { - type = "cmake", - variables = { - LUA_INCDIR="$(LUA_INCDIR)", - LUA="$(LUA)", - }, - install = { - lib = { - "build.luarocks/moonp.so" - }, - bin = { - "build.luarocks/moonp" - } - } -} -- cgit v1.2.3-55-g6feb