Add recipes

This commit is contained in:
Ribbon 2025-08-15 03:21:42 -03:00
parent cc58d96c6f
commit 2afdaac5be
10 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
# build instructions: https://github.com/awslabs/flowgger/wiki/Installation
[source]
git = "https://github.com/awslabs/flowgger"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/hoxxep/rapidhash"
[build]
template = "custom"
script = """
cookbook_cargo_packages rapidhash
"""

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ccbrown/iocraft"
[build]
template = "custom"
script = """
cookbook_cargo_examples borders calculator counter \
fullscreen hello_world overlap progress_bar scrolling \
table use_input use_output weather
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/broccolingual/rustui"
[build]
template = "custom"
script = """
cookbook_cargo_examples hello_world colors inputs file_reader
cookbook_cargo_packages tetris
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/rezigned/tur"
[build]
template = "custom"
script = """
cookbook_cargo_packages tur-cli tur-tui
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/riffcc/lis"
[build]
template = "cargo"
dependencies = [
"libfuse3",
]

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/n0-computer/dumbpipe"
[build]
template = "cargo"

View File

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

View File

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