From 0a5d29b7fd6d1e611cdd44820bc2d107ca0f3d61 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 14 Jul 2024 09:57:11 +0000 Subject: [PATCH] Add recipes --- recipes/wip/crypto/morse2sound/recipe.toml | 5 +++++ recipes/wip/demos/fundsp/recipe.toml | 8 ++++++++ recipes/wip/demos/usfx/recipe.toml | 8 ++++++++ recipes/wip/demos/wavy/recipe.toml | 8 ++++++++ recipes/wip/net/remote/sanzu/recipe.toml | 8 ++++++++ 5 files changed, 37 insertions(+) create mode 100644 recipes/wip/crypto/morse2sound/recipe.toml create mode 100644 recipes/wip/demos/fundsp/recipe.toml create mode 100644 recipes/wip/demos/usfx/recipe.toml create mode 100644 recipes/wip/demos/wavy/recipe.toml create mode 100644 recipes/wip/net/remote/sanzu/recipe.toml diff --git a/recipes/wip/crypto/morse2sound/recipe.toml b/recipes/wip/crypto/morse2sound/recipe.toml new file mode 100644 index 000000000..3e00e7354 --- /dev/null +++ b/recipes/wip/crypto/morse2sound/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/irevenko/morse2sound" +[build] +template = "cargo" diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml new file mode 100644 index 000000000..0a2cffff1 --- /dev/null +++ b/recipes/wip/demos/fundsp/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/SamiPerttu/fundsp" +[build] +template = "custom" +script = """ +cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type +""" diff --git a/recipes/wip/demos/usfx/recipe.toml b/recipes/wip/demos/usfx/recipe.toml new file mode 100644 index 000000000..30201767d --- /dev/null +++ b/recipes/wip/demos/usfx/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/tversteeg/usfx" +[build] +template = "custom" +script = """ +cookbook_cargo_examples cpal music +""" diff --git a/recipes/wip/demos/wavy/recipe.toml b/recipes/wip/demos/wavy/recipe.toml new file mode 100644 index 000000000..59cabec34 --- /dev/null +++ b/recipes/wip/demos/wavy/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ardaku/wavy" +[build] +template = "custom" +script = """ +cookbook_cargo_examples monitor play query record +""" diff --git a/recipes/wip/net/remote/sanzu/recipe.toml b/recipes/wip/net/remote/sanzu/recipe.toml new file mode 100644 index 000000000..2ec5b9a3c --- /dev/null +++ b/recipes/wip/net/remote/sanzu/recipe.toml @@ -0,0 +1,8 @@ +#TODO port to orbital +[source] +git = "https://github.com/cea-sec/sanzu" +[build] +template = "custom" +script = """ +cookbook_cargo_packages sanzu +""" -- GitLab