Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[build]
type = "autotools"
[dependencies]
build = [
"nasm",
"mtools",
"llvm",
"clang",
"git"
]
runtime = ["glibc"]
[build.flags]
no_flags = true
configure = [ "--enable-all" ]
[package]
description = "advanced, portable, multiprotocol bootloader"
homepage = "https://limine-bootloader.org/"
license = "BSD-2-Clause"
name = "limine"
version = "10.8.3"
[[source]]
extract_dir = "$name-$version"
url = "https://codeberg.org/Limine/limine.git#v$version"
sha256 = "skip"
post_extract = [ "./bootstrap" ]