rfcat: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 14:53:50 -04:00
parent 8b04a7b43b
commit d7aba6dc09
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,6 @@
<name>Rick Farina</name>
</maintainer>
<upstream>
<remote-id type="bitbucket">atlas0fd00m/rfcat</remote-id>
<remote-id type="github">atlas0fd00m/rfcat.git</remote-id>
</upstream>
</pkgmetadata>

View file

@ -18,10 +18,10 @@ SRC_URI="https://github.com/atlas0fd00m/rfcat/archive/v${PV}.tar.gz -> ${P}.tar.
https://github.com/atlas0fd00m/rfcat/releases/download/v${HEX_PV}/RfCatChronosCCBootloader-${DATE}.hex -> RfCatChronosCCBootloader-${PV}.hex \
https://github.com/atlas0fd00m/rfcat/releases/download/v${HEX_PV}/RfCatDonsCCBootloader-${DATE}.hex -> RfCatDonsCCBootloader-${PV}.hex \
https://github.com/atlas0fd00m/rfcat/releases/download/v${HEX_PV}/RfCatYS1CCBootloader-${DATE}.hex -> RfCatYS1CCBootloader-${PV}.hex"
KEYWORDS="~amd64 ~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gui"
DEPEND=">=dev-python/pyusb-1.0.0[${PYTHON_USEDEP}]
@ -43,7 +43,9 @@ src_install() {
if [ "${PV}" != "9999" ]; then
insinto /usr/share/rfcat
doins "${DISTDIR}"/*.hex
doins "${DISTDIR}/RfCatChronosCCBootloader-${PV}.hex"
doins "${DISTDIR}/RfCatDonsCCBootloader-${PV}.hex"
doins "${DISTDIR}/RfCatYS1CCBootloader-${PV}.hex"
fi
}