# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit bash-completion-r1 udev DESCRIPTION="A free and open TL866XX programmer" HOMEPAGE="https://gitlab.com/DavidGriffith/minipro" SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" RDEPEND="virtual/libusb:1" DEPEND="${RDEPEND}" src_prepare() { eapply_user sed -i -e 's#/usr/local#/usr#' \ -e 's#\$(DESTDIR)\$(COMPLETIONS_DIR)#\$(DESTDIR)/usr/share/bash-completion/completions#' \ -e 's# -n "\$(COMPLETIONS_DIR)"# -n "\$(COMPLETIONS_INSTDIR)"#' Makefile || die "Sed failed!" }