tkurbad-overlay/sci-electronics/minipro/minipro-9999.ebuild

34 lines
719 B
Bash
Raw Normal View History

2018-09-17 17:54:09 +02:00
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
2019-07-12 14:06:44 +02:00
inherit bash-completion-r1 git-r3 udev eutils
2018-09-17 17:54:09 +02:00
DESCRIPTION="A free and open TL866XX programmer"
2018-09-19 17:10:15 +02:00
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
EGIT_REPO_URI="https://gitlab.com/DavidGriffith/minipro.git"
2018-09-17 17:54:09 +02:00
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}"
2019-07-12 14:06:44 +02:00
#src_prepare() {
# epatch "${FILESDIR}/${P}-firmware-03.2.86.patch"
#
# default
#}
2018-09-17 17:54:09 +02:00
src_install() {
2018-09-19 17:10:15 +02:00
dobin ${PN}{,hex}
2019-07-12 14:06:44 +02:00
udev_dorules udev/60-${PN}.rules
udev_dorules udev/61-${PN}-{plugdev,uaccess}.rules
2018-09-17 17:54:09 +02:00
doman man/${PN}.1
dobashcomp bash_completion.d/${PN}
bashcomp_alias ${PN} ${PN}-query-db
}