# Description: Tools and library to manipulate EFI variables
# URL: https://github.com/rhinstaller/efivar
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: popt

name=efivar
version=39
release=1
source=(https://github.com/rhboot/efivar/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)

build() {
    cd $name-$version
    sed 's/docs//' -i Makefile
    make -j1
    make libdir=/usr/lib DESTDIR=$PKG install
}
