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