Name: energonfetch Version: 1.0 Release: 1%{?dist} Summary: yet another fetching program, with an energon cube License: MIT URL: https://codeberg.org/gigirassy/hotrod/ Source0: https://codeberg.org/gigirassy/hotrod/archive/main.tar.gz BuildRequires: golang >= 1.18.6 BuildRequires: git BuildRequires: curl %description yet another fetching program, with an energon cube %global debug_package %{nil} %prep %setup -q -n hotrod %build go build -v -ldflags="-s -w" -o hotrod %install install -Dm0755 hotrod %{buildroot}%{_bindir}/hotrod %files %license LICENSE %doc README.md %{_bindir}/hotrod %changelog * Thu Jan 22 2026 nune - 0.0-1 - init