opt/efibootmgr/Pkgfile

17 lines
413 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.1
release=1
source=(https://crux.nu/~tek/${name}-${version}.tar.xz)
build() {
cd $name-$version
make
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
install -D src/efibootmgr.8 $PKG/usr/man/man8/efibootmgr.8
}