new: dev-embedded/lpc21isp

This commit is contained in:
Joerg Deckert 2018-10-16 19:34:08 +02:00
parent 7398b6549f
commit dc2ab8e783
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST lpc21isp_197.tar.gz 62171 BLAKE2B 0c01e35c4006f6b106651629f82a025fa15810e0b809adc8d672d1e8a8bde0e81b897bfd2fab88b770ac5527ded537567c1e8b3eb16f938752c56779f5435aa3 SHA512 bd4644352b9d4f3c24f93d8fe68274e2d238d9c91d3d0d6a0c06b878d31099cada772b35ce94885bccd309f5e2e56bc881a0a5302901349046a51537cfebb795
EBUILD lpc21isp-1.97.ebuild 556 BLAKE2B 914044598ed6258209a86ef7c849c70f74fcbd1a30bf854878c2f40ea69b0d9e075946ec44baeacf52bc7f0dc66db829da0db492a82a4f067e80135095eec49e SHA512 eb7cb1b1a2240470fe653b8bf130764421d76cb490043a1c0a34893dcac8e0a088050e923cb96ed3ebac658fdbb9c6727910da000d4144ccf3b9165fe43d1f21

View File

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit linux-info versionator
MY_PN="${PN}_$(delete_all_version_separators)"
DESCRIPTION="In-circuit programming (ISP) tool for the NXP microcontrollers"
HOMEPAGE="https://sourceforge.net/projects/lpc21isp/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S=${WORKDIR}/${MY_PN}
CONFIG_CHECK="~USB_SERIAL_CP210Xxxx"
src_install() {
dobin lpc21isp
}