diff --git a/recipes/wip/emulators/trapezoid/recipe.toml b/recipes/wip/emulators/trapezoid/recipe.toml new file mode 100644 index 000000000..1977a6403 --- /dev/null +++ b/recipes/wip/emulators/trapezoid/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Amjad50/Trapezoid" +[build] +template = "cargo" diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml new file mode 100644 index 000000000..f8a88573f --- /dev/null +++ b/recipes/wip/net/simple-http-server/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/TheWaWaR/simple-http-server" +[build] +template = "cargo" diff --git a/recipes/wip/sound/neothesia/recipe.toml b/recipes/wip/sound/neothesia/recipe.toml new file mode 100644 index 000000000..ffe951214 --- /dev/null +++ b/recipes/wip/sound/neothesia/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/PolyMeilex/Neothesia" +[build] +template = "custom" +script = """ +cookbook_cargo_packages neothesia +""" diff --git a/recipes/wip/tools/rusty-psn-cli/recipe.toml b/recipes/wip/tools/rusty-psn-cli/recipe.toml new file mode 100644 index 000000000..558abe142 --- /dev/null +++ b/recipes/wip/tools/rusty-psn-cli/recipe.toml @@ -0,0 +1,11 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/RainbowCookie32/rusty-psn" +[build] +template = "custom" +dependencies = [ + "openssl1", +] +script = """ +cookbook_cargo --features cli +""" diff --git a/recipes/wip/tools/rusty-psn-gui/recipe.toml b/recipes/wip/tools/rusty-psn-gui/recipe.toml new file mode 100644 index 000000000..8298b981f --- /dev/null +++ b/recipes/wip/tools/rusty-psn-gui/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/RainbowCookie32/rusty-psn" +[build] +template = "cargo" +dependencies = [ + "openssl1", +]