efibootmgr: update to 17.
This commit is contained in:
parent
6a344be549
commit
f509c3ad06
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'efibootmgr'
|
||||
pkgname=efibootmgr
|
||||
version=16
|
||||
version=17
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libefivar-devel zlib-devel pciutils-devel popt-devel"
|
||||
makedepends="libefivar-devel popt-devel"
|
||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/rhinstaller/efibootmgr"
|
||||
distfiles="https://github.com/rhinstaller/efibootmgr/releases/download/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=950795fb4b58a09fb69e93c120d624000253f1241134469495c7a9def731f65f
|
||||
distfiles="https://github.com/rhboot/efibootmgr/archive/${version}.tar.gz"
|
||||
checksum=22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
conf_files="/etc/default/efibootmgr-kernel-hook"
|
||||
|
||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/efivar"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
EFI_LOADER="grubx64.efi" ;;
|
||||
|
|
Loading…
Reference in a new issue