mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
0ab49f8dc5
commit
0a5d29b7fd
5
recipes/wip/crypto/morse2sound/recipe.toml
Normal file
5
recipes/wip/crypto/morse2sound/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/irevenko/morse2sound"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/fundsp/recipe.toml
Normal file
8
recipes/wip/demos/fundsp/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
8
recipes/wip/demos/usfx/recipe.toml
Normal file
8
recipes/wip/demos/usfx/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
8
recipes/wip/demos/wavy/recipe.toml
Normal file
8
recipes/wip/demos/wavy/recipe.toml
Normal file
@ -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
|
||||
"""
|
||||
8
recipes/wip/net/remote/sanzu/recipe.toml
Normal file
8
recipes/wip/net/remote/sanzu/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO port to orbital
|
||||
[source]
|
||||
git = "https://github.com/cea-sec/sanzu"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages sanzu
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user