Private
Public Access
1
0

rpm packaging, includes systemd service

This commit is contained in:
2025-08-08 11:55:47 -07:00
parent 43b668e9a2
commit 8cdcb049cf
4 changed files with 31 additions and 2 deletions

15
kordophoned/README.md Normal file
View File

@@ -0,0 +1,15 @@
# kordophoned
This is the client Kordophone daemon. It exposes a dbus interface for accessing the caching layer, handles the update cycle, etc.
# Building RPM
Make sure cargo-generate-rpm is installed, `cargo install cargo-generate-rpm`.
Then:
```
cargo build --release
strip -s target/release/kordophoned
cargo generate-rpm
```