%define debug_package %{nil} Name: zerobrew Version: 0.3.2 Release: 1%{?dist} Summary: A 5-20x faster experimental Homebrew alternative License: Apache-2.0 AND BSD-2-Clause AND MIT URL: https://github.com/lucasgelfond/zerobrew Source0: https://github.com/lucasgelfond/zerobrew/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo BuildRequires: rust %description zerobrew brings uv-style architecture to Homebrew packages on macOS and Linux. %prep %autosetup %build %install cargo install --path zb_cli --root "%{buildroot}%{_prefix}" rm %{buildroot}%{_prefix}/.crates* %files %license LICENSE-APACHE.md LICENSE-HOMEBREW LICENSE-MIT.md %doc README.md CHANGELOG.md %{_bindir}/zb %{_bindir}/zbx %changelog * Thu Aug 13 2026 Jens Petersen - initial package