# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Intel Aptio V UEFI Firmware Integrator Tools for Intel NUC products" HOMEPAGE="https://www.intel.com/content/www/us/en/download/19504/intel-aptio-v-uefi-firmware-integrator-tools.html" SRC_URI="https://downloadmirror.intel.com/646815/iFlashV.zip -> ${P}.zip" LICENSE="iASL" SLOT="0" KEYWORDS="~amd64" BDEPEND="app-arch/unzip" DOCS="iFlashV-User-Guide.pdf" QA_PRESTRIPPED="usr/sbin/${PN}" S="${WORKDIR}" src_install () { newsbin "${S}/${PN}-Linux-${PV}/iFlashVLnx64" "${PN}" default }