bladerf_adsb: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 19:24:16 -04:00
parent e9a20756b4
commit 4fef82624b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 17 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit git-r3 toolchain-funcs
@ -13,7 +13,6 @@ EGIT_REPO_URI="https://github.com/Nuand/bladeRF-adsb.git"
LICENSE="nuand_adsb"
SLOT="0"
KEYWORDS=""
IUSE="x40 x115"
DEPEND="net-wireless/bladerf"

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<use>
<flag name="x40">Support for Bladerf x40 FPGA</flag>
<flag name="x115">Support for Bladerf x115 FPGA</flag>
</use>
<upstream>
<remote-id type="github">Nuand/bladeRF-adsb</remote-id>
</upstream>
</pkgmetadata>