bndd/bpb.json

23 lines
760 B
JSON

{
"name": "bndd",
"version": "1.0",
"description": "The boundaries daemon",
"build": "go build -o package/bndd . && go build -o package/bnd-send-command ./send-command/main.go && go build -o package/bnd-run ./run-pkg/main.go",
"build_static": "CGO_ENABLED=0 go build -o package/bndd . && CGO_ENABLED=0 go build -o package/bnd-send-command ./send-command/main.go && CGO_ENABLED=0 go build -o package/bnd-run ./run-pkg/main.go",
"dependencies": {
"build_commands": ["go"]
},
"json_file": {
"command": {
"run": "./bndd",
"raw-command": "./bnd-send-command",
"run-pkg": "./bnd-run"
},
"bin": {
"run": "bndd",
"raw-command": "bnd-send-cmd",
"run-pkg": "bnd-run"
},
"wrap_bin": false
}
}