opt/efibootmgr/Pkgfile

17 lines
472 B
Plaintext
Raw Normal View History

# Description: manipulate efi boot managers
# URL: http://linux.dell.com/efibootmgr/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: efivar
name=efibootmgr
2018-09-09 03:31:41 +02:00
version=16
release=1
2016-09-16 19:42:08 +02:00
source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
2018-01-21 22:05:34 +01:00
EFIDIR=/boot/efi make
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
2016-09-16 19:42:08 +02:00
install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
}