sys-apps/flashprog: new package, add 1.2

Signed-off-by: Andre <openrc@posteo.de>
This commit is contained in:
Andre
2024-11-04 17:07:44 +02:00
parent 2d1871462b
commit 7bbc1b5723
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST v1.2.tar.gz 499136 BLAKE2B 1009aea4fe1686b3e88d146fef926e3b045975852eb8bd4a1e31d3d8497fd1bb6a9773ea3be91ed9ef2f0abeb631c43f62a25e1930f2e0f13a6044aee70f3cdb SHA512 4a9d6dc6ea5b66f2c96f855bef7401df3506dd067d0becdea08568fd2081bc91dfa371162f9fe7c4105abbaaab770b65d02b4ddec81bec1909a947811efa6174

View File

@@ -0,0 +1,14 @@
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"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>openrc@posteo.de</email>
<name>Andre</name>
</maintainer>
<longdescription>
flashprog is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.
</longdescription>
</pkgmetadata>