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 LBsTools-main %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