mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
Merge pull request #2412 from pentoo/updates20250624
sdrtrunk-bin: prototype out 9999
This commit is contained in:
commit
cd6ce2893b
1 changed files with 8 additions and 3 deletions
|
|
@ -5,9 +5,14 @@ EAPI=8
|
|||
|
||||
DESCRIPTION="Decode, monitor, record and stream trunked mobile and related radio protocols"
|
||||
HOMEPAGE="https://github.com/DSheirer/sdrtrunk"
|
||||
BPV="${PV/_/-}"
|
||||
MY_PV="${BPV/beta/beta-}"
|
||||
SRC_URI="https://github.com/DSheirer/sdrtrunk/releases/download/v${MY_PV}/sdr-trunk-linux-x86_64-v${MY_PV}.zip"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
MY_PV="nightly"
|
||||
SRC_URI="https://github.com/DSheirer/sdrtrunk/releases/download/${MY_PV}/sdr-trunk-linux-x86_64-v${MY_PV}.zip"
|
||||
else
|
||||
BPV="${PV/_/-}"
|
||||
MY_PV="${BPV/beta/beta-}"
|
||||
SRC_URI="https://github.com/DSheirer/sdrtrunk/releases/download/v${MY_PV}/sdr-trunk-linux-x86_64-v${MY_PV}.zip"
|
||||
fi
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
LICENSE="GPL-3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue