# 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 ```