# limine - The Arctic bootloader, BIOS and UEFI
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=limine
version=12.5.2
release=1
desc="The Arctic bootloader, BIOS and UEFI"
url="https://limine-bootloader.org/"
license="BSD-2-Clause"
depend="glibc"
makedepend=""
source="https://github.com/limine-bootloader/limine/releases/download/v12.5.2/limine-12.5.2.tar.gz"
sha256="SKIP"

build() {
	cd "limine-12.5.2"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "limine-12.5.2"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
