1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "Jam",
"description": "Make-like build tool",
"url": "https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/jam-2.6.zip",
"mirror": null,
"homepage": "https://www.perforce.com/resources/documentation/jam",
"depends": [],
"resource": [],
"conflicts": [
{
"conflict": "ftjam",
"reason": "both install a `jam` binary"
}
],
"patches": [],
"install": [
"system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\", \"LOCATE_TARGET=bin\"",
"bin.install \"bin/jam\", \"bin/mkjambase\""
],
"version": "2.6",
"file": "jam.rb"
}
|