mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
10169ec049
* bump(nightly): goofcord-nightly legcord-nightly mpv-nightly winetricks-git ghostty-nightly zed-nightly nim-nightly types-colorama nvidia-patch scx-scheds-nightly glasgow rpi-utils
* bump(nightly): goofcord-nightly legcord-nightly mpv-nightly rasputin rp-appset winetricks-git ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama nvidia-patch opentabletdriver-nightly scx-scheds-nightly glasgow qdl rpi-utils spotx-bash
* bump: discord-canary-openasar discord-canary bun-bin gpu-screen-recorder yt-dlp-git
* bump: yt-dlp-git
---------
(cherry picked from commit 93ea6f3334)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: Raboneko <raboneko@fyralabs.com>
36 lines
872 B
RPMSpec
36 lines
872 B
RPMSpec
%global commit ca98eef240cd26b90ff423a836229275d4a1594f
|
|
%global commit_date 20260128
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
Name: spotx-bash
|
|
Version: %commit_date.git~%shortcommit
|
|
Release: 1%?dist
|
|
Summary: Adblock for the Spotify desktop client on Linux.
|
|
License: MIT
|
|
URL: https://github.com/SpotX-Official/SpotX-Bash
|
|
Source0: %url/archive/%commit.tar.gz
|
|
Requires: bash
|
|
BuildArch: noarch
|
|
Provides: spotx spotx-linux spot-x spotx.sh
|
|
|
|
%description
|
|
%summary
|
|
|
|
%prep
|
|
%autosetup -n SpotX-Bash-%commit
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
install -Dm 755 spotx.sh %{buildroot}%{_bindir}/spotx
|
|
%{__ln_s} -f %{_bindir}/spotx %{buildroot}%{_bindir}/spotx.sh
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{_bindir}/spotx.sh
|
|
%{_bindir}/spotx
|
|
|
|
%changelog
|
|
* Sat Dec 14 2024 Its-J
|
|
- Package SpotX-Bash
|