Name: git-credential-keepassxc Version: 0.14.2 Release: 1%{?dist} Summary: Git credential helper for KeePassXC License: MIT URL: https://github.com/Frederick888/git-credential-keepassxc Source0: https://github.com/Frederick888/git-credential-keepassxc/archive/v%{version}.tar.gz BuildRequires: cargo Requires: git keepassxc %description Git credential helper to store credentials in KeePassXC. %prep %autosetup -n %{name}-%{version} # Use vendored dependencies export CARGO_HOME=%{_topdir}/SOURCES/%{name}-%{version}/vendor mkdir -p $CARGO_HOME %build # Build in release mode using vendored dependencies cargo build --release --locked --features all %install install -Dm755 target/release/git-credential-keepassxc %{buildroot}%{_bindir}/git-credential-keepassxc %files %license LICENSE %{_bindir}/git-credential-keepassxc