Name: lazygit Version: 0.45.2 Release: 2%{?dist} Summary: simple terminal UI for git commands License: MIT URL: https://github.com/jesseduffield/lazygit Source0: https://github.com/jesseduffield/lazygit/archive/refs/tags/v%{version}.tar.gz BuildRequires: golang git %define debug_package %{nil} %description Lazygit is a simple terminal UI for git commands, written in Go. %prep %setup -q %build go build -v -o %{name} %install install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name} %files %{_bindir}/%{name} %license LICENSE %changelog * Sat Feb 08 2025 MagnusRC - initial package release