net-wireless/gr-lora_sdr: init with 999, no releases/tags

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2024-08-28 19:45:32 -05:00
parent 2111aa4b9f
commit b0005b57d0
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cmake
DESCRIPTION="GNU Radio SRT implementation of a LoRa transceiver."
HOMEPAGE="https://github.com/tapparelj/gr-lora_sdr"
EGIT_REPO_URI="https://github.com/tapparelj/${PN}"
LICENSE="GPL-3"
SLOT="0"
DEPEND="net-wireless/gnuradio"
RDEPEND="${DEPEND}"
# Could maybe use local mycmakeargs=( -DENABLE_DOXYGEN=$(usex doc) ); cmake_src_configure "${mycmakeargs[@]}" ;

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dev@pyl.onl</email>
<name>Zen</name>
</maintainer>
<upstream>
<remote-id type="github">tapparelj/gr-lora_sdr</remote-id>
</upstream>
</pkgmetadata>