testing/stubbyboot: add efistub provider

This commit is contained in:
Sertonix 2024-09-11 15:40:26 +02:00 committed by omni
parent 9d46f0de49
commit 85eb1a71ae

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=stubbyboot
pkgver=1.0.2
pkgrel=1
pkgrel=2
pkgdesc="simple UEFI stub"
url="https://github.com/puzzleos/stubby"
arch="x86 x86_64 aarch64"
@ -48,6 +48,8 @@ check() {
efistub() {
pkgdesc="Linux UEFI stub from the stubby bootloader project"
depends=
provides="efistub"
provider_priority=10 # lower than gummiboot
amove usr/lib/$pkgname
}