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

27 lines
598 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
2020-02-15 17:47:19 +01:00
EAPI=7
2018-09-17 17:54:09 +02:00
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}"
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}
}