🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: efibootmgr
pkgver: '18'
pkgrel: '1'
pkgdesc: Tool to modify UEFI Firmware Boot Manager Variables
url: 'https://github.com/rhboot/efibootmgr'
arch: x86_64
depends: []
makedepends:
- efivar
source:
- 'https://github.com/rhboot/${pkgname}/archive/edc8b9b6ec1c7751ccb9a483405c99141ba237fc.tar.gz'
sha256sums:
- e951ce9e0534c63bb71ba8b2a3830d4402e51440cb4d524d18c1ef40ae5ee218
build: |
cd ${pkgname}-${pkgver}
make EXTRA_CFLAGS="-Os" EFIDIR="/boot/EFI"
install -d ${PKGDIR}/usr/bin
install -D -m0755 src/efibootmgr ${PKGDIR}/usr/bin/efibootmgr
install -d ${PKGDIR}/usr/share/man/man8
install -D -m0644 src/efibootmgr.8 ${PKGDIR}/usr/share/man/man8/efibootmgr.8
install -D -m0644 src/efibootdump.8 ${PKGDIR}/usr/share/man/man8/efibootdump.8
package: |
true