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
|
|
|
|
|
|
|
|
inherit bash-completion-r1 git-r3 udev
|
|
|
|
|
|
|
|
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}"
|
|
|
|
|
|
|
|
src_install() {
|
2018-09-19 17:10:15 +02:00
|
|
|
dobin ${PN}{,hex}
|
2018-09-17 17:54:09 +02:00
|
|
|
udev_dorules udev/debian/60-${PN}.rules
|
|
|
|
doman man/${PN}.1
|
|
|
|
dobashcomp bash_completion.d/${PN}
|
|
|
|
bashcomp_alias ${PN} ${PN}-query-db
|
|
|
|
}
|