mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sdrtrunk-bin: 0.4.0 initial ebuild, fix https://github.com/pentoo/pentoo-overlay/issues/371
This commit is contained in:
parent
660f6cfe64
commit
adc465aa28
3 changed files with 28 additions and 0 deletions
1
net-wireless/sdrtrunk-bin/Manifest
Normal file
1
net-wireless/sdrtrunk-bin/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sdr-trunk-linux-x86_64-v0.4.0.zip 67822123 BLAKE2B 2d94ef73d0c5af86adbb210a08278f67bee04e8d8e16427f28a2c413c25f8d3c0c9ae0bc9bccead35dba818333324cbf110cb3eba0ba4d92856c3e739f78b1a4 SHA512 733355233494d7b8cfa97b32d296dd08253db3b55e1a44f62c8a01d665bc5c67ef30936dcff5ec563d975e3b71fc4d49959e432254190276e791df475ba1e50c
|
||||
25
net-wireless/sdrtrunk-bin/sdrtrunk-bin-0.4.0.ebuild
Normal file
25
net-wireless/sdrtrunk-bin/sdrtrunk-bin-0.4.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="decoding, monitoring, recording and streaming trunked mobile and related radio protocols"
|
||||
HOMEPAGE="https://github.com/DSheirer/sdrtrunk"
|
||||
SRC_URI="https://github.com/DSheirer/sdrtrunk/releases/download/v0.4.0/sdr-trunk-linux-x86_64-v0.4.0.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
S="${WORKDIR}/sdr-trunk-linux-x86_64-v0.4.0"
|
||||
|
||||
QA_PREBUILT="opt/sdrtrunk/bin/* opt/sdrtrunk/lib/*/* opt/sdrtrunk/lib/*"
|
||||
|
||||
QA_PRESTRIPPED="opt/sdrtrunk/lib/minimal/libjvm.so"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/sdrtrunk/
|
||||
cp -R * "${ED}"/opt/sdrtrunk/
|
||||
|
||||
dosym /opt/sdrtrunk/bin/sdr-trunk /usr/bin/sdr-trunk
|
||||
}
|
||||
|
|
@ -72,6 +72,8 @@ net-wireless/dump1090
|
|||
net-wireless/dump1090_sdrplus
|
||||
=net-wireless/sdrplay-2.13*
|
||||
|
||||
net-wireless/sdrtrunk-bin
|
||||
|
||||
net-wireless/wireless-regdb
|
||||
|
||||
net-wireless/blueman
|
||||
|
|
|
|||
Loading…
Reference in a new issue