opt/efivar/Pkgfile
2022-01-10 15:48:29 +01:00

17 lines
430 B
Plaintext

# 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=37
release=2
source=(https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed 's/-Werror//' -i gcc.specs
make -j1
make libdir=/usr/lib DESTDIR=$PKG install
}