efibootmgr: update to 17.

This commit is contained in:
maxice8 2018-08-14 05:36:10 -03:00
parent 6a344be549
commit f509c3ad06
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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" ;;