Name: katifetch Version: 1.3 Release: 1%{?dist} Summary: A custom neofetch-like system info script License: MIT URL: https://github.com/ximimoments/katifetch Source0: https://github.com/ximimoments/katifetch/archive/refs/tags/v1.3.tar.gz BuildArch: noarch BuildRequires: bash Requires: bash %description Katifetch is a neofetch-inspired system info bash script, with ASCII logos, color themes, and hardware/software info output. %prep %setup -q %build # Nothing to build (Bash script) %install mkdir -p %{buildroot}/usr/share/katifetch/themes mkdir -p %{buildroot}/usr/bin # <- Aseguramos que el directorio /usr/bin existe install -m 644 LICENSE README.md %{buildroot}/usr/share/katifetch/ install -m 644 themes/* %{buildroot}/usr/share/katifetch/themes/ install -m 755 katifetch.sh %{buildroot}/usr/bin/katifetch %files /usr/bin/katifetch %license /usr/share/katifetch/LICENSE %doc /usr/share/katifetch/README.md /usr/share/katifetch/themes/default.theme /usr/share/katifetch/themes/config2.theme %changelog * Wed Jul 23 2025 kati dev - 1.3-1 - Updated to Katifetch version 1.3 with new themes and scripts