Name: gigawatt Version: 0.2.0 Release: latest%{?dist} Summary: An opinionated theme-aware shell prompt License: MIT URL: https://github.com/juuso/gigawatt Source: https://github.com/juuso/gigawatt/releases/download/gigawatt-v%{version}/gigawatt-linux-x64-musl.tar.gz %description An opinionated zero-configuration shell prompt that automatically adapts to your favorite terminal theme. %global debug_package %{nil} %prep # -c ensures we create a directory if the tarball doesn't have a root folder %setup -q -c %build %install # Install the binary found in the extracted directory install -Dm755 gigawatt %{buildroot}%{_bindir}/gigawatt %files %{_bindir}/gigawatt %changelog %autochangelog