add jerbuild

ober

0d44f5273b3e64d8de11369fb9f5dd647ab6af09

diff --git a/.jerbuild b/.jerbuild
new file mode 100644
index 0000000..96dd7f2
--- /dev/null
+++ b/.jerbuild
@@ -0,0 +1,8 @@
+;; Build secmon-agent with a standalone jerbuild binary.
+
+(entry "bin/agent.ss")
+(output "secmon-agent")
+(requires "cc" "cargo")
+(notes "Uses the repo-local patched jerboa-native-rs crate. That crate has no DuckDB feature.")
+(libdirs ".")
+(rust-crates "patches/jerboa-native-rs/Cargo.toml")