aports/main/efi-mkuki/APKBUILD
2025-02-18 12:57:24 +00:00

28 lines
841 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=efi-mkuki
pkgver=0.1.1
pkgrel=0
pkgdesc="EFI Unified Kernel Image Maker"
url="https://github.com/jirutka/efi-mkuki"
arch="noarch"
license="MIT"
depends="cmd:objcopy"
source="https://github.com/jirutka/efi-mkuki/archive/v$pkgver/efi-mkuki-$pkgver.tar.gz"
options="!check" # no tests provided
case "$CARCH" in
# Gummiboot is currently not available for other architectures.
# The user has to obtain EFI stubs themselves.
x86*|aarch64) depends="$depends efistub"
makedepends="gummiboot-efistub"
;;
esac
package() {
make install DESTDIR="$pkgdir" prefix=/usr
}
sha512sums="
2edf63af3a3ba80df4aaba2e86483868cc947e6690e7db94db43f60c51879d349873623776aa885c083718d1ebc2167e545c7dec59b715294ba6852eae932ac4 efi-mkuki-0.1.1.tar.gz
"