eth0s/ports/core/efivar/Pkgfile
2020-11-13 13:58:01 +08:00

16 lines
422 B
Text
Executable file

# Description: Tools and library to manipulate EFI variables
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on: popt
name=efivar
version=37
release=1
source=(https://github.com/rhboot/efivar/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -e 's/-Werror//g' -i gcc.specs
make -j1
make libdir=/usr/lib DESTDIR=$PKG install
}