Name: hyprland-scratchpad Version: 1.0 Release: %autorelease Summary: A Bash script that instantly sends focused window to a special workspace named scratchpad License: MIT URL: https://github.com/hyprwm/contrib BuildArch: noarch BuildRequires: git 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 git clone https://github.com/hyprwm/contrib.git cd /builddir/build/BUILD/hyprland-scratchpad-1.0-build/contrib/scratchpad %build make %install rm -rf %{buildroot} make install %check # Upstream does not provide tests yet %files %license LICENSE %doc README.md %{_bindir}/scratchpad %changelog %autochangelog