build script

This commit is contained in:
Paul Fey 2025-02-27 15:06:26 +01:00
parent 84abd9bcf1
commit 5c1adbdc76
2 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
bndd
package/

15
bpb.json Normal file
View 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"
}
}