add recipes

This commit is contained in:
Ribbon 2024-03-19 15:33:28 +00:00
parent f22aef7b0e
commit 8db9b7fe30
8 changed files with 51 additions and 0 deletions

View 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
"""

View 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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/bddap/watch-stl-rust"
[build]
template = "cargo"

View 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"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/matze/chromazone"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/cristianoliveira/funzzy"
[build]
template = "cargo"

View 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"

View 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
"""