Merge branch 'add-recipes' into 'master'

Add recipes

See merge request redox-os/cookbook!608
This commit is contained in:
Ribbon 2025-09-06 18:45:32 -03:00
commit 67f56c5c07
11 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/mehrantsi/FeOxDB"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic_usage deterministic_test
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://git.sr.ht/~ireas/genpdf-rs"
[build]
template = "custom"
script = """
cookbook_cargo_examples demo
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
# the protobuf compiler needs to be installed
[source]
git = "https://github.com/BeechatNetworkSystemsLtd/Reticulum-rs"
[build]
template = "custom"
script = """
cookbook_cargo_examples tcp_client kaonic_client
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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