# Description: Tools and libraries to work with EFI variables # URL: https://github.com/rhboot/efivar # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: popt name=efivar version=39 release=1 source=(https://github.com/rhboot/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} sed 's/docs//' -i Makefile make -j1 make libdir=/usr/lib DESTDIR=$PKG install }