blob: 2ce2a05fbd56a7ad48cabea14f938b12fc57401b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Bam",
"description": "Build system that uses Lua to describe the build process",
"url": "https://github.com/matricks/bam/archive/v0.5.1.tar.gz",
"mirror": null,
"homepage": "https://matricks.github.io/bam/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./make_unix.sh\"",
"bin.install \"bam\""
],
"version": "0.5.1",
"file": "bam.rb"
}
|