sys-apps/memtest86-bin: add ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
parent
78bbaadd21
commit
d1fb1a954d
5 changed files with 136 additions and 0 deletions
35
sys-apps/memtest86-bin/memtest86-bin-8.2.ebuild
Normal file
35
sys-apps/memtest86-bin/memtest86-bin-8.2.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit mount-boot
|
||||
|
||||
DESCRIPTION="Stand alone memory testing software for x86 computers"
|
||||
HOMEPAGE="http://www.memtest86.com/"
|
||||
SRC_URI="https://www.memtest86.com/downloads/memtest86-usb.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="PassMark-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="app-arch/unzip
|
||||
sys-fs/fatcat"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
fatcat memtest86-usb.img -O 1048576 -r /EFI/BOOT/BOOTX64.efi > ${PN}.efi || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /boot
|
||||
doins ${PN}.efi
|
||||
|
||||
exeinto /etc/grub.d/
|
||||
newexe "${FILESDIR}"/${PN}-grub.d 39_memtest86-bin
|
||||
|
||||
dodoc MemTest86_User_Guide_UEFI.pdf
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue