sys-apps/flashprog - 1.4 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/flashprog-1.4

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

autounmask =sys-apps/flashprog-1.4

Or alternatively:

emerge --autounmask-write -a =sys-apps/flashprog-1.4

Package Information

Description:
Utility for identifying, reading, writing, verifying and erasing flash chips
Homepage:
https://flashprog.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utility for identifying, reading, writing, verifying and erasing flash chips"
HOMEPAGE="https://flashprog.org/"
SRC_URI="https://github.com/SourceArcade/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-libs/libusb-1.0.26
>=dev-embedded/libjaylink-0.3.1
>=dev-embedded/libftdi-1.5-r7
>=dev-libs/libgpiod-1.6.4
>=sys-apps/pciutils-3.13.0"
DEPEND="${RDEPEND}"
src_compile() {
	emake WARNERROR=no
}
src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
}

Dependencies

DEPEND

>=dev-libs/libusb-1.0.26
>=dev-embedded/libjaylink-0.3.1
>=dev-embedded/libftdi-1.5-r7
>=dev-libs/libgpiod-1.6.4
>=sys-apps/pciutils-3.13.0

RDEPEND

>=dev-libs/libusb-1.0.26
>=dev-embedded/libjaylink-0.3.1
>=dev-embedded/libftdi-1.5-r7
>=dev-libs/libgpiod-1.6.4
>=sys-apps/pciutils-3.13.0

Manifest for 1.4

Type File Size Source URLs
DIST flashprog-1.4.tar.gz 514791 bytes https://github.com/SourceArcade/flashprog/archive/refs/tags/v1.4.tar.gz