diff --git a/recipes/wip/dev/debug/strace-tui/recipe.toml b/recipes/wip/dev/debug/strace-tui/recipe.toml new file mode 100644 index 000000000..62e19396b --- /dev/null +++ b/recipes/wip/dev/debug/strace-tui/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Rodrigodd/strace-tui" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-tools/git-time-machine/recipe.toml b/recipes/wip/dev/git-tools/git-time-machine/recipe.toml new file mode 100644 index 000000000..4415ac201 --- /dev/null +++ b/recipes/wip/dev/git-tools/git-time-machine/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dinakars777/git-time-machine" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/search/matchmaker/recipe.toml b/recipes/wip/search/matchmaker/recipe.toml new file mode 100644 index 000000000..9ab2fe880 --- /dev/null +++ b/recipes/wip/search/matchmaker/recipe.toml @@ -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"] diff --git a/recipes/wip/text/rawk/recipe.toml b/recipes/wip/text/rawk/recipe.toml new file mode 100644 index 000000000..98d6130d3 --- /dev/null +++ b/recipes/wip/text/rawk/recipe.toml @@ -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"] diff --git a/recipes/wip/wasm/gabagool/recipe.toml b/recipes/wip/wasm/gabagool/recipe.toml new file mode 100644 index 000000000..ff2525c30 --- /dev/null +++ b/recipes/wip/wasm/gabagool/recipe.toml @@ -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" +"""