mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
add recipes
This commit is contained in:
parent
7c73f7b642
commit
6649a2d18b
5
recipes/wip/services/limine/recipe.toml
Normal file
5
recipes/wip/services/limine/recipe.toml
Normal 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"
|
||||
9
recipes/wip/tools/hawkeye/recipe.toml
Normal file
9
recipes/wip/tools/hawkeye/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user