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