%global debug_package %{nil} Name: catppuccin-grub-theme Version: 20260509git0a37ab1 Release: 1%{?dist} Summary: Catppuccin theme for GRUB License: MIT URL: https://github.com/catppuccin/grub Source0: catppuccin-grub-theme-20260509git0a37ab1.tar.gz BuildArch: noarch Requires: grub2-tools %description Catppuccin theme collection for the GRUB bootloader. %prep %autosetup -n grub-main %build %install rm -rf %{buildroot} install -d %{buildroot}%{_datadir}/grub/themes cp -a src/* %{buildroot}%{_datadir}/grub/themes/ install -Dm644 LICENSE.md %{buildroot}%{_licensedir}/%{name}/LICENSE %files %license %{_licensedir}/%{name}/LICENSE %{_datadir}/grub/themes %changelog %autochangelog