Skip to content
Snippets Groups Projects
Commit adf82572 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

main/gnu-efi: new package

parent 0ed4368d
No related branches found
No related tags found
No related merge requests found
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Kiyoshi Aman <apkfission@aerdan.vulpine.house>
pkgname=gnu-efi
pkgver=3.0.12
pkgrel=0
pkgdesc="SDK for EFI applications"
url="https://sourceforge.net/projects/gnu-efi/"
# MIPS is also supported allegedly, if we ever ship that
arch="aarch64 armv7 pmmx x86 x86_64"
options="!dbg !check" # No test suite, and static libraries only.
license="(BSD-2-Clause OR GPL-2.0+) AND BSD-3-Clause AND MIT AND BSD-4-Clause"
depends=""
makedepends=""
source="https://downloads.sourceforge.net/gnu-efi/gnu-efi-$pkgver.tar.bz2"
build() {
make
}
package() {
make install PREFIX=/usr INSTALLROOT="$pkgdir"
}
sha512sums="cbec6f6e37271c22c71e3ce44d3579e48e7f3b797ec3946f56eb843ed3e472722763c566fc3b749f0c692ab6cb26e8909bb258cd164771a5b1eeff5c7cd51368 gnu-efi-3.0.12.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment