diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-12 13:12:49 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-12 13:14:24 +0000 |
commit | 6bed4386e9adb6161817136e0c9948feb042e8cb (patch) | |
tree | e24a66c3b68ab0216ab9cc1021ca13fee634e147 /sys-firmware | |
parent | sys-kernel/stable-sources: add 6.1.11, drop 6.1.10 (diff) | |
download | portage-6bed4386e9adb6161817136e0c9948feb042e8cb.tar.xz |
sys-firmware/iFlash: new package, add 5.13.00.2103
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/iFlash/Manifest | 1 | ||||
-rw-r--r-- | sys-firmware/iFlash/iFlash-5.13.00.2103.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-firmware/iFlash/Manifest b/sys-firmware/iFlash/Manifest new file mode 100644 index 00000000..23402807 --- /dev/null +++ b/sys-firmware/iFlash/Manifest @@ -0,0 +1 @@ +DIST iFlash-5.13.00.2103.zip 739045 BLAKE2B 7069e2edda1ba9a635401072f1432a75acb79f3c1d58c11c65503435505d9d5ba89f8f958b1b71e8b567decac16c1a7cba28d76014f5c9ae42dd402f04fd7123 SHA512 4e20c55319c4a8716b9401f4d6d1f492739e9b697cb56db7af49bf5a2cca5caf2fd6c874847c322a0fec751ae42385ba71cdff1ab3021dd12c911b647661a5fd diff --git a/sys-firmware/iFlash/iFlash-5.13.00.2103.ebuild b/sys-firmware/iFlash/iFlash-5.13.00.2103.ebuild new file mode 100644 index 00000000..c10e2e3d --- /dev/null +++ b/sys-firmware/iFlash/iFlash-5.13.00.2103.ebuild @@ -0,0 +1,26 @@ +# 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 +} |