net-wireless/nrf52840-mdk-usb-dongle - 2.0.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/nrf52840-mdk-usb-dongle-2.0.0

Package Information

Description:
Firmwares for Makerdiary nrf52840 and compatible usb dongles
Homepage:
https://github.com/makerdiary/nrf52840-mdk-usb-dongle
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 amd64 x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Firmwares for Makerdiary nrf52840 and compatible usb dongles"
HOMEPAGE="https://github.com/makerdiary/nrf52840-mdk-usb-dongle"
SRC_URI="https://github.com/makerdiary/nrf52840-mdk-usb-dongle/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"

S="${WORKDIR}/${P}/firmware"

src_install() {
	insinto "/usr/share/makerdiary/${PN}"
	doins -r *
}

Manifest for 2.0.0

Type File Size Source URLs
DIST nrf52840-mdk-usb-dongle-2.0.0.tar.gz 29558819 bytes https://github.com/makerdiary/nrf52840-mdk-usb-dongle/archive/refs/tags/v2.0.0.tar.gz