Add recipes

This commit is contained in:
Ribbon 2026-03-24 14:20:47 -03:00
parent 6877c61e91
commit a7f0e320ac
5 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Rodrigodd/strace-tui"
shallow_clone = true
[build]
template = "cargo"

View 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"

View 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"]

View 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"]

View 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"
"""