mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Add recipes
This commit is contained in:
parent
6877c61e91
commit
a7f0e320ac
6
recipes/wip/dev/debug/strace-tui/recipe.toml
Normal file
6
recipes/wip/dev/debug/strace-tui/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Rodrigodd/strace-tui"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/dev/git-tools/git-time-machine/recipe.toml
Normal file
6
recipes/wip/dev/git-tools/git-time-machine/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dinakars777/git-time-machine"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
7
recipes/wip/search/matchmaker/recipe.toml
Normal file
7
recipes/wip/search/matchmaker/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Squirreljetpack/matchmaker"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["matchmaker-cli"]
|
||||
7
recipes/wip/text/rawk/recipe.toml
Normal file
7
recipes/wip/text/rawk/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/stefanalfbo/rawk"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = ["rawk-cli"]
|
||||
13
recipes/wip/wasm/gabagool/recipe.toml
Normal file
13
recipes/wip/wasm/gabagool/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/friendlymatthew/gabagool"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_cargo_packages gabagool
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/gabagool"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/examples/game-of-life/wasm/game.wasm "${COOKBOOK_STAGE}/usr/share/gabagool"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/programs/*.wasm "${COOKBOOK_STAGE}/usr/share/gabagool"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user