%global debug_package %{nil} Name: hyprland-scratchpad Version: 0.20251218g41dbcac Release: 1%{?dist} Summary: A Bash script that instantly sends focused window to a special workspace named scratchpad License: MIT URL: https://github.com/hyprwm/contrib Source: %{url}/archive/refs/heads/main.zip %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 %autosetup -n contrib-main %build # Noting to build %install mkdir -p %{buildroot}%_defaultlicensedir/ mkdir -p %{buildroot}%{_docdir}/ mkdir -p %{buildroot}%{_bindir}/ install -m644 LICENSE %{buildroot}%_defaultlicensedir/ install -m644 scratchpad/README.md %{buildroot}%{_docdir}/ install -m755 scratchpad/scratchpad %{buildroot}%{_bindir}/ %files %{_defaultlicensedir}/LICENSE %{_docdir}/README.md %{_bindir}/scratchpad %changelog %autochangelog