fix: limine (#1212)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-05-06 20:54:49 +08:00
committed by GitHub
parent 173b93864b
commit c072e1af8f
+3 -1
View File
@@ -5,6 +5,7 @@ Summary: Modern, advanced, portable, multiprotocol bootloader
License: BSD-2-Clause
URL: https://limine-bootloader.org
Source0: https://github.com/limine-bootloader/limine/releases/download/v%version/limine-%version.tar.gz
Source1: https://raw.githubusercontent.com/limine-bootloader/limine/v%version/README.md
BuildRequires: nasm mtools llvm lld clang make
%description
@@ -13,6 +14,7 @@ the reference implementation for the Limine boot protocol.
%prep
%autosetup
cp %SOURCE1 .
%build
%configure --enable-all TOOLCHAIN_FOR_TARGET=llvm
@@ -22,7 +24,7 @@ the reference implementation for the Limine boot protocol.
%make_install
%files
%doc README.md CONFIG.md PHILOSOPHY.md PROTOCOL.md COPYING
%doc README.md CONFIG.md PHILOSOPHY.md PROTOCOL.md COPYING USAGE.md
%license COPYING
%_bindir/limine
%_includedir/limine.h