Name: pingu Version: 0.0.git.49.d3b3beb9 Release: 1%{?dist} Summary: ping command but with pingu License: MIT URL: https://github.com/KyleGospo/pingu Source: pingu-d3b3beb9.tar.gz BuildRequires: golang BuildRequires: git %description ping command implementation but with pingu ascii art # Disable debug packages %define debug_package %{nil} %prep %setup -T -b 0 -q -n pingu %build go build . %install mkdir -p %{buildroot}/%{_bindir} install -m 0755 ./%{name} %{buildroot}/%{_bindir}/ %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog