rpm packaging, includes systemd service
This commit is contained in:
15
kordophoned/README.md
Normal file
15
kordophoned/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user