| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="On board debugger driver for stm32-discovery boards"
HOMEPAGE="https://github.com/karlp/stlink"
EGIT_REPO_URI="https://github.com/karlp/stlink.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
virtual/libusb:=
virtual/pkgconfig"
RDEPEND="
virtual/libusb:=
"
src_configure() {
./autogen.sh
econf
}
src_compile() {
emake || die "Make failed!"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}
virtual/libusb:= virtual/pkgconfig
virtual/libusb:=