tkurbad-overlay/sci-electronics/minipro/minipro-9999.ebuild
2018-09-19 17:10:15 +02:00

27 lines
583 B
Bash

# 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"
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
EGIT_REPO_URI="https://gitlab.com/DavidGriffith/minipro.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}{,hex}
udev_dorules udev/debian/60-${PN}.rules
doman man/${PN}.1
dobashcomp bash_completion.d/${PN}
bashcomp_alias ${PN} ${PN}-query-db
}