# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=efibootmgr pkgver=15 pkgrel=0 pkgdesc="A user-space application to modify the Intel EFI Boot Manager" url="https://github.com/rhboot/efibootmgr" arch="pmmx x86_64 arm64 ia64" license="GPL-2.0" depends="" makedepends="efivar-dev gettext-dev" install="" options="!check" subpackages="$pkgname-doc" source="https://github.com/rhboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" make EFIDIR="Adelie" libdir="/usr/lib" LIBS="intl" } package() { cd "$builddir" make EFIDIR="Adelie" libdir="/usr/lib" LIBS="intl" DESTDIR="$pkgdir" install } sha512sums="d9d9eef14d373d5da88141e8105f754fea4c039755ed0a0cb9b3c9c2bb285733ad930fd912df42075fe2cf750585699307b067f594d8e65269b3b8a5a00b1cd1 efibootmgr-15.tar.bz2"