Name: golazo Version: 0.18.0 Release: 1%{?dist} Summary: The beautiful game in your terminal License: MIT URL: https://github.com/0xjuanma/golazo Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: golang BuildRequires: git %description A minimalist terminal user interface (TUI) for following football (soccer) matches in real-time. Get live match updates, finished match statistics, and minute-by-minute events directly in your terminal. %prep %autosetup -n %{name}-%{version} %build go build -o golazo . %install install -Dm755 golazo %{buildroot}%{_bindir}/golazo %files %license LICENSE %doc CHANGELOG.md CONTRIBUTING.md README.md %{_bindir}/%{name} %changelog %autochangelog