🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: efivar
pkgver: '39'
pkgrel: 1
pkgdesc: Tools and library to manipulate EFI variables
url: 'https://github.com/rhboot/efivar/'
arch: x86_64
depends: []
makedepends:
- popt
- mandoc
source:
- 'https://github.com/rhboot/efivar/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
- SKIP
build: |
unset MAKEFLAGS
cd ${pkgname}-${pkgver}
make ERRORS='' all
make DESTDIR=${PKGDIR}/ \
libdir=/usr/lib/ \
bindir=/usr/bin/ \
mandir=/usr/share/man \
includedir=/usr/include/ \
install -j1 V=1
package: |
true