# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit poly-c_ebuilds REAL_PN="${PN%-bin}" REAL_P="${REAL_PN}-${MY_PV}" DESCRIPTION="Mellanox Update and Query Utility" HOMEPAGE="https://www.mellanox.com/support/firmware/mlxup-mft" SRC_URI=" amd64? ( https://www.mellanox.com/downloads/firmware/${REAL_PN}/${MY_PV}/SFX/linux_x64/${REAL_PN} -> ${REAL_P}-amd64.elf ) " S="${WORKDIR}" LICENSE="Mellanox-AS-IS" SLOT="0" KEYWORDS="~amd64" IUSE="" QA_PREBUILT="*/${REAL_PN}" src_install() { newsbin "${DISTDIR}/${REAL_P}-amd64.elf" ${REAL_PN} }