Name: limine Version: 11.1.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause URL: https://limine-bootloader.org Source0: https://codeberg.org/Limine/Limine/releases/download/v%version/limine-%version.tar.gz Source1: https://codeberg.org/Limine/Limine/raw/tag/v%version/README.md Packager: madonuko BuildRequires: nasm mtools llvm lld clang make %description Limine is a modern, advanced, portable, multiprotocol bootloader, also used as the reference implementation for the Limine boot protocol. %prep %autosetup cp %{S:1} . %build %configure --enable-all CC_FOR_TARGET=clang LD_FOR_TARGET=ld.lld %make_build %install %make_install %files %doc README.md 3RDPARTY.md FAQ.md CONFIG.md COPYING USAGE.md %license %_datadir/doc/limine/LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt %license COPYING %_bindir/limine %_datadir/limine/ %_mandir/man1/limine.1.gz