# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 COMMIT="5a4ef795b297ed1eaf6b4d4e71b3ce7a1bb63481" inherit cmake udev DESCRIPTION="EEPROM and microcontroller programmer/flasher" HOMEPAGE="https://github.com/lancos/ponyprog/" SRC_URI="https://github.com/lancos/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" >=app-editors/qhexedit2-0.8.10