eth0s/ports/core/efibootmgr/Pkgfile
2019-11-10 23:58:56 +08:00

16 lines
481 B
Text
Executable file

# Description: Manipulate efi boot managers
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on: efivar pciutils
name=efibootmgr
version=16
release=1
source=(https://github.com/rhboot/efibootmgr/releases/download/$version/efibootmgr-$version.tar.bz2)
build() {
cd $name-$version
EFIDIR=/boot/efi make
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
}