mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'add-recipes' into 'master'
Add recipes See merge request redox-os/cookbook!608
This commit is contained in:
commit
67f56c5c07
8
recipes/wip/demos/feoxdb/recipe.toml
Normal file
8
recipes/wip/demos/feoxdb/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/demos/genpdf-rs/recipe.toml
Normal file
8
recipes/wip/demos/genpdf-rs/recipe.toml
Normal 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
|
||||
"""
|
||||
9
recipes/wip/demos/reticulum-rs/recipe.toml
Normal file
9
recipes/wip/demos/reticulum-rs/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/monitors/socktop/recipe.toml
Normal file
8
recipes/wip/monitors/socktop/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/net/analysis/angryether-rs/recipe.toml
Normal file
5
recipes/wip/net/analysis/angryether-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pg3uk/AngryEtherRust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/remote/bayesian-ssh/recipe.toml
Normal file
5
recipes/wip/net/remote/bayesian-ssh/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/abdoufermat5/bayesian-ssh"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/server/feox-server/recipe.toml
Normal file
5
recipes/wip/net/server/feox-server/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mehrantsi/feox-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/office/doxx/recipe.toml
Normal file
5
recipes/wip/office/doxx/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bgreenwell/doxx"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/safecloset/recipe.toml
Normal file
5
recipes/wip/security/safecloset/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Canop/safecloset"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sound/jukebox-cli/recipe.toml
Normal file
5
recipes/wip/sound/jukebox-cli/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/FedeCarollo/jukebox-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sys-info/ffetch/recipe.toml
Normal file
5
recipes/wip/sys-info/ffetch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/0l3d/ffetch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user