From 5c1adbdc764ad386781af22c42b963a0aa552c81 Mon Sep 17 00:00:00 2001 From: pauljako Date: Thu, 27 Feb 2025 15:06:26 +0100 Subject: [PATCH] build script --- .gitignore | 2 +- bpb.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 bpb.json 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" + } +}