add recipes

This commit is contained in:
Ribbon 2024-03-26 06:02:11 +00:00
parent 7c73f7b642
commit 6649a2d18b
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO maybe wrong template, see https://github.com/limine-bootloader/limine#building-the-bootloader
[source]
tar = "https://github.com/limine-bootloader/limine/releases/download/v7.2.0/limine-7.2.0.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/korandoru/hawkeye"
rev = "4795c3f0a1bdbb2e129fa367d378e0597d12b42c"
[build]
template = "custom"
script = """
cookbook_cargo_packages cli fmt
"""