build script
This commit is contained in:
parent
84abd9bcf1
commit
5c1adbdc76
2 changed files with 16 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
bndd
|
package/
|
||||||
|
|
15
bpb.json
Normal file
15
bpb.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "bndd",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "The boundaries daemon",
|
||||||
|
"build": "go build -o package/bndd .",
|
||||||
|
"dependencies": {
|
||||||
|
"build_commands": ["go"]
|
||||||
|
},
|
||||||
|
"json_file": {
|
||||||
|
"command": {
|
||||||
|
"run": "./bndd"
|
||||||
|
},
|
||||||
|
"bin": "bndd"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue