qemu-efi-bin: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:52:53 +00:00
parent d0493c1a44
commit 0c36846961
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 48 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qemu-efi-bin/
-rw-r--r-- root/root usr/share/qemu-efi-bin/aarch64.fd
-rw-r--r-- root/root usr/share/qemu-efi-bin/arm.fd
-rw-r--r-- root/root usr/share/qemu-efi-bin/i386.fd
-rw-r--r-- root/root usr/share/qemu-efi-bin/x86_64.fd

View File

@ -1,7 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36nlpFp6gY0VanxZGYjxqXsM/PEEQHGGvoetrcIIuVknMceZIxjaXGFCFwlXTEl/PrKPIzKJR4ZknHXohaNDfAs=
SHA256 (Pkgfile) = e6c024b9db42b9ab4529a77c411cbe951d3ba158e32e7a9c805b88b131669b28
SHA256 (.footprint) = 8a3ad3ced0fc04688439192a9a6595d5954b4c01d779ab9123bfae0fd1f283d1
SHA256 (edk2-ovmf-202208-1-any.pkg.tar.zst) = 5d0e994f7b9c2ea59f4ba9a4dd034f96d14fe34af2faa957d8179a9fed1fbf29
SHA256 (qemu-aarch64-efi-20220915.fd) = df5e95251e598390ec9a579c0c1e3d50d1b84d7c15ec420b526f9c148c517057
SHA256 (qemu-arm-efi-20220915.fd) = ec167639bca1bbb37cc289cc930981b1dea0801eee2ce95df93b36fc618e6169

View File

@ -1,34 +0,0 @@
# Description: EFI "BIOS" for qemu : -bios /usr/share/qemu-efi-bin/MACHINE.fd
# URL: https://github.com/tianocore/edk2)
# Really a conglomerate of
# - https://archlinux.org/packages/extra/any/edk2-ovmf
# - https://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-ARM/RELEASE_CLANG38/QEMU_EFI.fd
# - https://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-AARCH64/RELEASE_CLANG38/QEMU_EFI.fd
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=qemu-efi-bin
version=202208-1
realn=edk2-ovmf
lindate=20220915
release=2
source=(
https://ftp.sdaoden.eu/${realn}-${version}-any.pkg.tar.zst
https://ftp.sdaoden.eu/qemu-aarch64-efi-${lindate}.fd
https://ftp.sdaoden.eu/qemu-arm-efi-${lindate}.fd
)
build() {
[ -d usr ] || # TODO pkgmk native support
bsdtar -xf $(basename "$source")
mkdir -p "${PKG}"/usr/share/${name}
cp -r usr/share/${realn}/ia32/OVMF.fd \
"${PKG}"/usr/share/${name}/i386.fd
cp -r usr/share/${realn}/x64/OVMF.fd "${PKG}"/usr/share/${name}/x86_64.fd
cp -r qemu-aarch64-efi-${lindate}.fd "${PKG}"/usr/share/${name}/aarch64.fd
cp -r qemu-arm-efi-${lindate}.fd "${PKG}"/usr/share/${name}/arm.fd
chmod 0644 "${PKG}"/usr/share/${name}/*.*
}
# s-sh-mode