void-packages/srcpkgs/efibootmgr/template

22 lines
735 B
Text
Raw Normal View History

2012-07-03 11:42:09 +00:00
# Template file for 'efibootmgr'
pkgname=efibootmgr
2014-11-01 07:46:45 +00:00
version=0.11.0
revision=2
2014-06-10 08:56:59 +00:00
makedepends="libefivar-devel zlib-devel pciutils-devel"
2012-07-03 11:42:09 +00:00
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2014-06-10 08:56:59 +00:00
homepage="https://github.com/vathpela/efibootmgr"
2014-11-01 07:46:45 +00:00
distfiles="https://github.com/vathpela/efibootmgr/releases/download/efibootmgr-${version}/efibootmgr-${version}.tar.bz2"
checksum=f27ce3d7588512017bceb2d2a29aef110499a662a21550afa1158f9950f976d1
2012-07-03 11:42:09 +00:00
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
2012-07-03 11:42:09 +00:00
do_build() {
2014-06-10 08:56:59 +00:00
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
2012-07-03 11:42:09 +00:00
}
do_install() {
vinstall src/efibootmgr/efibootmgr 755 usr/sbin
vinstall src/man/man8/efibootmgr.8 644 usr/share/man/man8
}