diff --git a/.gitignore b/.gitignore index 06474a8..3e01a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -bndd +package/ diff --git a/bpb.json b/bpb.json new file mode 100644 index 0000000..b2e4748 --- /dev/null +++ b/bpb.json @@ -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" + } +}