mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Add recipes
This commit is contained in:
parent
cd01e0ab52
commit
7e5bbda054
6
recipes/wip/analysis/mmdr/recipe.toml
Normal file
6
recipes/wip/analysis/mmdr/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/1jehuang/mermaid-rs-renderer"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/db/pgtui/recipe.toml
Normal file
6
recipes/wip/db/pgtui/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/kdwarn/pgtui"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/dev/git-tools/gitv/recipe.toml
Normal file
6
recipes/wip/dev/git-tools/gitv/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JayanAXHF/gitv"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/net/analysis/r-lanscan/recipe.toml
Normal file
10
recipes/wip/net/analysis/r-lanscan/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/robgonnella/r-lanscan"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
cargopackages = [
|
||||
"r-lancli",
|
||||
"r-lanterm",
|
||||
]
|
||||
7
recipes/wip/net/chat/gosuto/recipe.toml
Normal file
7
recipes/wip/net/chat/gosuto/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO build libwebrtc from source: https://github.com/MaikBuse/gosuto#voip--prebuilt-libwebrtc
|
||||
[source]
|
||||
git = "https://github.com/MaikBuse/gosuto"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/net/other/gws/recipe.toml
Normal file
6
recipes/wip/net/other/gws/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/googleworkspace/cli"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/net/social/perch/recipe.toml
Normal file
6
recipes/wip/net/social/perch/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ricardodantas/perch"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/net/ssh/color-ssh/recipe.toml
Normal file
10
recipes/wip/net/ssh/color-ssh/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/karsyboy/color-ssh"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"openssh",
|
||||
]
|
||||
6
recipes/wip/security/whyno/recipe.toml
Normal file
6
recipes/wip/security/whyno/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://gnu.foo/projects/whyno"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/terminal/tmuxpanel/recipe.toml
Normal file
11
recipes/wip/terminal/tmuxpanel/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/marlocarlo/Tmux-Plugin-Panel"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
[package]
|
||||
dependencies = [
|
||||
"tmux",
|
||||
"git",
|
||||
]
|
||||
6
recipes/wip/terminal/tvk/recipe.toml
Normal file
6
recipes/wip/terminal/tvk/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Arcelyth/TerminalVirtualKeyboard"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
6
recipes/wip/text/ki-editor/recipe.toml
Normal file
6
recipes/wip/text/ki-editor/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ki-editor/ki-editor"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user