From ceada11b0bb0612fbae861cecbdd433835a5535b Mon Sep 17 00:00:00 2001 From: Codinget Date: Wed, 21 Oct 2020 15:21:09 +0200 Subject: [PATCH] Producing rockspec 1.1.4-2 --- rockspecs/moonbuild-1.1.4-2.rockspec | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 rockspecs/moonbuild-1.1.4-2.rockspec diff --git a/rockspecs/moonbuild-1.1.4-2.rockspec b/rockspecs/moonbuild-1.1.4-2.rockspec new file mode 100644 index 0000000..b3a48dc --- /dev/null +++ b/rockspecs/moonbuild-1.1.4-2.rockspec @@ -0,0 +1,25 @@ +build = { + install = { + bin = { + moonbuild = "moonbuild.lua" + } + }, + type = "builtin" +} +dependencies = { + "lua >= 5.3", + "luafilesystem >= 1.7.0", + "argparse >= 0.7.1-1", + "moonscript >= 0.5.0-1" +} +description = { + detailed = "moonbuild is a small build system that simplifies your build definitions by allowing you to use declarative as well as imperative rules. It represents the build as a DAG with explicit ordering, and doesn't give you any default confusing rules (unlike make)\n", + summary = "Small build system in between make and a build.sh" +} +package = "moonbuild" +rockspec_format = "3.0" +source = { + tag = "v1.1.4", + url = "git://github.com/natnat-mc/moonbuild" +} +version = "1.1.4-2"