opt/efibootmgr/Pkgfile

17 lines
476 B
Plaintext

# Description: manipulate efi boot managers
# URL: http://linux.dell.com/efibootmgr/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: efivar
name=efibootmgr
version=0.12
release=1
source=(https://github.com/rhinstaller/$name/releases/download/$name-$version/$name-$version.tar.bz2)
build() {
cd $name-$version
make
install -D src/efibootmgr/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/man/man8/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
}