mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
add recipes
This commit is contained in:
parent
7f984cb41e
commit
3bfe48e377
8
recipes/wip/dev/bugstalker/recipe.toml
Normal file
8
recipes/wip/dev/bugstalker/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/godzie44/BugStalker"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libunwind",
|
||||
]
|
||||
8
recipes/wip/tools/goldboot/recipe.toml
Normal file
8
recipes/wip/tools/goldboot/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fossable/goldboot"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages goldboot
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user