mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 13:47:37 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user