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 %build # Noting to build %install install -v -D -m 0755 /builddir/build/BUILD/hyprland-scratchpad-1.0-build/contrib/scratchpad/scratchpad --target-directory %{buildroot}%{_bindir}/ %check # Upstream does not provide tests yet %files %{_bindir}/scratchpad %changelog %autochangelog