Name: hyprland-scratchpad Version: 1.0 Release: 4%{?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}/ mkdir -p %{buildroot}%_defaultlicensedir/ mkdir -p %{buildroot}%{_docdir}/ install -Dm755 %{SOURCE0} -t %{buildroot}%{_bindir}/ install -Dm644 %{SOURCE1} -t %{buildroot}%_defaultlicensedir/ install -Dm644 %{SOURCE2} -t %{buildroot}%{_docdir}/ %files %{_defaultlicensedir}/LICENSE %{_docdir}/README.md %{_bindir}/scratchpad %changelog %autochangelog