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

Producing rockspec 1.1.4-1

This commit is contained in:
Nathan DECHER
2020-09-25 19:49:53 +02:00
parent 80a5c54032
commit 7203d38bdb
2 changed files with 46 additions and 9 deletions
+23
View File
@@ -0,0 +1,23 @@
build = {
install = {
bin = {
moonbuild = "moonbuild.lua"
}
},
type = "builtin"
}
dependencies = {
"lua >= 5.3",
"luafilesystem >= 1.7.0"
}
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-1"