mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
csdr: initial ebuild, doesn't respect cflags
This commit is contained in:
parent
c046dcfcff
commit
274d284f39
1 changed files with 20 additions and 0 deletions
20
net-wireless/csdr/csdr-9999.ebuild
Normal file
20
net-wireless/csdr/csdr-9999.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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=""
|
||||
Loading…
Reference in a new issue