efibootmgr: update to 16.

This commit is contained in:
maxice8 2018-04-10 00:46:45 -03:00
parent 0b8e75046e
commit d24d105170

View file

@ -1,7 +1,7 @@
# Template file for 'efibootmgr'
pkgname=efibootmgr
version=15
revision=2
version=16
revision=1
hostmakedepends="pkg-config"
makedepends="libefivar-devel zlib-devel pciutils-devel popt-devel"
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
@ -9,7 +9,7 @@ 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=2081add77eb0641805386acd0a0fbbe6dbfb71831b814507ef49087f748333f9
checksum=950795fb4b58a09fb69e93c120d624000253f1241134469495c7a9def731f65f
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
conf_files="/etc/default/efibootmgr-kernel-hook"
@ -25,12 +25,14 @@ esac
do_build() {
make EXTRA_CFLAGS="$CFLAGS" ${makejobs} EFIDIR="void" EFI_LOADER="${EFI_LOADER}"
}
do_install() {
vbin src/efibootdump
vman src/efibootdump.8
vbin src/efibootmgr
vman src/efibootmgr.8
}
post_install() {
vlicense COPYING
vmkdir etc/