net-wireless/csdr - 9999 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/csdr-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-wireless/csdr-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/csdr-9999

Package Information

Description:
a simple DSP library and cli for SDR
Homepage:
https://github.com/jketterl/csdr
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="a simple DSP library and cli for SDR"
HOMEPAGE="https://github.com/jketterl/csdr"
EGIT_REPO_URI="https://github.com/jketterl/csdr.git"
SRC_URI=""

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

DEPEND="media-libs/libsamplerate
		sci-libs/fftw:="
RDEPEND="${DEPEND}"
BDEPEND=""

Inherited Eclasses

Dependencies

DEPEND

media-libs/libsamplerate
		sci-libs/fftw:=

RDEPEND

media-libs/libsamplerate
		sci-libs/fftw:=