Name: hyprland-scratchpad Version: 1.0 Release: 2%{?dist} Summary: A Bash script that instantly sends focused window to a special workspace named scratchpad License: MIT URL: https://github.com/hyprwm/contrib Source0: scratchpad Source1: LICENSE Source2: README.md BuildArch: noarch BuildRequires: make %description A Bash script that instantly sends focused window to a special workspace named scratchpad and makes it easier to retrieve the window back to the current workspace. %prep # Noting to prep %build # Noting to build %install mkdir -p %{buildroot}%{_bindir}/ install -Dm755 %{SOURCE0} -t %{buildroot}%{_bindir}/ %files %license %{SOURCE1} %doc %{SOURCE2} %{_bindir}/%{name} %changelog %autochangelog