1
0
mirror of https://github.com/natnat-mc/moonbuild synced 2026-05-11 18:41:15 +02:00

Producing rockspec 2.1.0-2

This commit is contained in:
Codinget
2020-11-08 00:45:26 +01:00
parent f742a3c003
commit 50d0c662c5
+24
View File
@@ -0,0 +1,24 @@
build = {
install = {
bin = {
moonbuild = "out/moonbuild"
}
},
type = "builtin"
}
dependencies = {
"lua >= 5.1",
"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). If you can, installing luaposix and/or luafilesystem will speed up builds and increase stability.\n",
summary = "Small build system in between make and a build.sh"
}
package = "moonbuild"
rockspec_format = "3.0"
source = {
tag = "v2.1.0",
url = "git://github.com/natnat-mc/moonbuild"
}
version = "2.1.0-2"