mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 20:02:18 +00:00
79d63039e7
* bump(nightly): nightly nightly nightly prismlauncher-nightly spotx-bash * bump(nightly): nightly nightly spotx-bash * bump(nightly): envision mpv nightly prismlauncher-nightly spotx-bash * bump(nightly): envision mpv nightly nightly gamescope-session prismlauncher-nightly kmod-common * bump(nightly): envision nightly mpv nightly nightly prismlauncher-nightly nim-nightly vala-nightly astal backtrace * bump(nightly): mpv micro nightly prismlauncher-nightly telescope * bump(nightly): nightly nightly nightly prismlauncher-nightly nim-nightly astal backtrace kmod-common rpi-utils * bump(nightly): nightly nightly prismlauncher-nightly nim-nightly rpi-utils spotx-bash * bump(nightly): mpv micro nightly nim-nightly telescope * bump(nightly): mpv nightly nightly prismlauncher-nightly nim-nightly kmod-common --------- Co-authored-by: Raboneko <raboneko@fyralabs.com>
37 lines
843 B
RPMSpec
37 lines
843 B
RPMSpec
%global commit 9093d0e29f0c871ce7a005a8e4cd5ca474438b24
|
|
%global commit_date 20250412
|
|
%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
|
|
|
|
%post
|
|
%{__ln_s} -f %{_bindir}/spotx %{_bindir}/spotx.sh
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%_bindir/spotx
|
|
|
|
%changelog
|
|
* Sat Dec 14 2024 Its-J
|
|
- Package SpotX-Bash
|