mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/stubbyboot: add efistub provider
This commit is contained in:
parent
9d46f0de49
commit
85eb1a71ae
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user