added makefile for dep package

closes #18
This commit is contained in:
2025-06-05 15:52:41 +02:00
parent 434353b1e3
commit 24b48f6705
4 changed files with 58 additions and 1 deletions

View File

@@ -26,3 +26,7 @@ Systemd:
The service is run as a systemd service. There are two service `fwa.service` and `fwa-fail.service`. They read their config
from a env file located at `/etc/fwa.env`. See example [env file](service/fwa.env).
# Building
Run `make package` to create `.deb` file. [Cross](https://github.com/cross-rs/cross) is used for building the rust code.