dev-embedded/minipro - 0.7.2 (jm-overlay)

Search

Install

Install this version:

emerge -a =dev-embedded/minipro-0.7.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/minipro-0.7.2

Or alternatively:

emerge --autounmask-write -a =dev-embedded/minipro-0.7.2

Package Information

Description:
A free and open TL866XX programmer
Homepage:
https://gitlab.com/DavidGriffith/minipro
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.7.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit udev

DESCRIPTION="A free and open TL866XX programmer"
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}"
BDEPEND=""

src_compile() {
	emake PREFIX="/usr" DESTDIR="${EROOT}"
}

src_install() {
	emake PREFIX="/usr" DESTDIR="${ED}" install
}

pkg_postinst() {
	udev_reload
}

pkg_postrm() {
	udev_reload
}

Inherited Eclasses

Dependencies

DEPEND

virtual/libusb:1

RDEPEND

virtual/libusb:1

Manifest for 0.7.2

Type File Size Source URLs
DIST minipro-0.7.2.tar.gz 502474 bytes https://gitlab.com/DavidGriffith/minipro/-/archive/0.7.2/minipro-0.7.2.tar.gz