mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
add recipes
This commit is contained in:
parent
f22aef7b0e
commit
8db9b7fe30
8
recipes/wip/demos/gfx-shader-watch/recipe.toml
Normal file
8
recipes/wip/demos/gfx-shader-watch/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/alexheretic/gfx-shader-watch"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples watch-shaders
|
||||
"""
|
||||
8
recipes/wip/demos/if-watch/recipe.toml
Normal file
8
recipes/wip/demos/if-watch/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mxinden/if-watch"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples if_watch
|
||||
"""
|
||||
5
recipes/wip/graphics/watch-stl/recipe.toml
Normal file
5
recipes/wip/graphics/watch-stl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bddap/watch-stl-rust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/net/vpncloud/recipe.toml
Normal file
6
recipes/wip/net/vpncloud/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require Ruby and asciidoctor at runtime
|
||||
[source]
|
||||
git = "https://github.com/dswd/vpncloud"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/chromazone/recipe.toml
Normal file
5
recipes/wip/tools/chromazone/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/matze/chromazone"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/funzzy/recipe.toml
Normal file
5
recipes/wip/tools/funzzy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cristianoliveira/funzzy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/tools/kami/recipe.toml
Normal file
6
recipes/wip/tools/kami/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require bat and mpv at runtime
|
||||
[source]
|
||||
git = "https://github.com/mrfluffy-dev/kami"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tools/watchmen/recipe.toml
Normal file
8
recipes/wip/tools/watchmen/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ahriroot/watchmen"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages watchmen watchmend
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user