added .deb build target + systemd unit + updated readme
Release / Build and Release (push) Successful in 2m57s

This commit is contained in:
2026-04-07 16:24:44 +02:00
parent 230604dae3
commit c1152ce1b9
3 changed files with 82 additions and 6 deletions
+14 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "fluxo-rs"
version = "0.5.3"
version = "0.5.4"
edition = "2024"
[[bin]]
@@ -42,3 +42,16 @@ zbus = { version = "5", optional = true }
[dev-dependencies]
tempfile = "3"
[package.metadata.deb]
maintainer = "Nils Pukropp"
copyright = "2024-2026 Nils Pukropp"
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
["target/release/fluxo", "usr/bin/", "755"],
["dist/fluxo.service", "usr/lib/systemd/user/", "644"],
["README.md", "usr/share/doc/fluxo/", "644"],
["example.config.toml", "usr/share/doc/fluxo/", "644"],
]