dev-embedded/imsprog: new package, add 1.8.3

Signed-off-by: Christian Schoffit <christianschoffit@gmail.com>
This commit is contained in:
Christian Schoffit
2026-04-20 11:19:27 +02:00
parent 9ebaafc5ca
commit 0aa5156a91
3 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST imsprog-1.8.3.tar.gz 11561066 BLAKE2B 7af16b4f415ced3ebe742317431e75cd8613d7958ca2ce32a0caa611ee7564eeacfe796729bbb6712e66ad41bebfb5edbbb9874ae835fa97cad3b0c18faacf5f SHA512 d3ac065b9490f32b49d33e5910b961d199549e6d42fc0e2152728b321e1e259b35f7f81b54d945b74c0158d70be8168205e74402791cf60e47ef044b478c9967

View File

@@ -0,0 +1,44 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake udev
DESCRIPTION="I2C, MicroWire and SPI EEPROM/Flash chip Programmer"
HOMEPAGE="https://github.com/bigbigmdm/IMSProg"
SRC_URI="https://github.com/bigbigmdm/IMSProg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/IMSProg-${PV}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/libusb
dev-qt/qtwidgets
dev-qt/qtnetwork
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-build/cmake
dev-qt/linguist-tools
dev-util/pkgconf
sys-apps/systemd-utils
app-arch/gzip
"
src_install() {
cmake_src_install
mv "${D}"/usr/share/doc/imsprog/* "${D}"/usr/share/doc/imsprog-${PV}
rmdir "${D}"/usr/share/doc/imsprog || die "/usr/share/doc/imsprog not empty"
gunzip "${D}"/usr/share/man/man1/*
}
pkg_postrm() {
udev_reload
}
pkg_postinst() {
udev_reload
}

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>christianschoffit@gmail.com</email>
<name>Christian Schoffit</name>
</maintainer>
<longdescription>
IMSProg - software for CH341A-based programmers to work with I2C,
SPI and MicroWire EEPROM/Flash chips. It is composed by IMSProg
(the programmer), IMSProgEditor (the chip database editor) and
IMSProgUpdater (the chip database updates downloader)
</longdescription>
<upstream>
<maintainer type="person">
<name>Mikhail Medvedev</name>
<email>e-ink-reader@yandex.ru</email>
</maintainer>
<changelog>https://github.com/bigbigmdm/IMSProg/releases</changelog>
<doc>https://github.com/bigbigmdm/IMSProg</doc>
<remote-id type="github">bigbigmdm/IMSProg</remote-id>
</upstream>
</pkgmetadata>