Name: lbstools Version: 1.0 Release: 1%{?dist} Summary: A bunch of Bash scripts I wrote excluding fzfm which was written by Jake@Linux. License: MIT URL: https://codeberg.org/LBarrys/LBsTools Source: %{url}/archive/main.tar.gz BuildArch: noarch Requires: copr-cli Requires: yt-dlp Requires: ffmpeg Requires: fzf Requires: grim Requires: slurp Requires: jg Requires: hyprctl Requires: umu-launcher-git %description A bunch of Bash scripts I wrote excluding fzfm which was written by Jake@Linux. %prep %autosetup -n %{name} %build # Nothing to build %install mkdir %{buildroot}%{_bindir} install -m755 copr %{buildroot}%{_bindir} install -m755 dlp-music %{buildroot}%{_bindir} install -m755 fetch %{buildroot}%{_bindir} install -m755 fzfm %{buildroot}%{_bindir} install -m755 fzfm-tools %{buildroot}%{_bindir} install -m755 newspec %{buildroot}%{_bindir} install -m755 screenshot %{buildroot}%{_bindir} install -m755 umu-launch %{buildroot}%{_bindir} %files %license LICENSE %doc README.md %{_bindir}/copr %{_bindir}/dlp-music %{_bindir}/fetch %{_bindir}/fzfm %{_bindir}/fzfm-tools %{_bindir}/newspec %{_bindir}/screenshot %{_bindir}/umu-launch %changelog %autochangelog