# Generated by go2rpm 1.18.0 %bcond check 1 # https://github.com/jesseduffield/lazygit %global goipath github.com/jesseduffield/lazygit Version: 0.57.0 %gometa -L -f Name: lazygit Release: %autorelease Summary: Simple terminal UI for git commands # Generated by go-vendor-tools License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND Unlicense URL: %{gourl} Source0: %{gosource} # Generated by go-vendor-tools Source1: %{archivename}-vendor.tar.bz2 Source2: go-vendor-tools.toml BuildRequires: go-vendor-tools %description Simple terminal UI for git commands. %prep %goprep -A %setup -q -T -D -a1 %{forgesetupargs} %autopatch -p1 %generate_buildrequires %go_vendor_license_buildrequires -c %{S:2} %build %global gomodulesmode GO111MODULE=on %gobuild -o %{gobuilddir}/bin/lazygit %{goipath} %install %go_vendor_license_install -c %{S:2} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/lazygit %{buildroot}%{_bindir}/ %check %go_vendor_license_check -c %{S:2} %if %{with check} %gotest $(go list ./... | grep -v '/pkg/integration/clients') %endif %files -f %{go_vendor_license_filelist} %license vendor/modules.txt %doc docs CODE-OF-CONDUCT.md CONTRIBUTING.md README.md VISION.md demo/README.md %doc docs-master/ %{_bindir}/lazygit %changelog %autochangelog