Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: limine-4.20230215.0 #41420

Merged
merged 1 commit into from Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/limine-devel
25 changes: 25 additions & 0 deletions srcpkgs/limine/template
@@ -0,0 +1,25 @@
# Template file for 'limine'
pkgname=limine
version=4.20230215.0
revision=1
build_style=gnu-configure
configure_args="--enable-all CROSS_TOOLCHAIN=llvm"
hostmakedepends="mtools nasm llvm clang lld"
short_desc="Advanced x86/x86_64 BIOS/UEFI bootloader"
maintainer="Mintsuki <mintsuki@protonmail.com>"
license="BSD-2-Clause"
homepage="https://limine-bootloader.org/"
distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
checksum=e2cf926937c276b029488eec26053d4797be75eed67cbc8429680ae9487a9a3c

post_install() {
vlicense LICENSE.md
}

limine-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}