Install this version:
emerge -a =media-radio/gps-sdr-sim-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-radio/gps-sdr-sim-9999
Or alternatively:
emerge --autounmask-write -a =media-radio/gps-sdr-sim-9999
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GPS baseband signal generator"
HOMEPAGE="https://github.com/osqzss/gps-sdr-sim"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/osqzss/gps-sdr-sim.git"
inherit git-r3
else
SRC_URI="https://github.com/osqzss/gps-sdr-sim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE="bladerf uhd"
src_install() {
dobin gps-sdr-sim
use uhd && dobin gps-sdr-sim-uhd.py
dodoc README.md
insinto /usr/share/${PN}
doins {brdc3540.14n,*.csv,triumphv3.txt}
use bladerf && doins bladerf.script
}
Manage flags for this package:
euse -i <flag> -p media-radio/gps-sdr-sim |
euse -E <flag> -p media-radio/gps-sdr-sim |
euse -D <flag> -p media-radio/gps-sdr-sim