Add recipes

This commit is contained in:
Ribbon 2026-03-12 10:02:51 -03:00
parent cd01e0ab52
commit 7e5bbda054
12 changed files with 86 additions and 0 deletions

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/kdwarn/pgtui"
shallow_clone = true
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/JayanAXHF/gitv"
shallow_clone = true
[build]
template = "cargo"

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

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

View File

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ricardodantas/perch"
shallow_clone = true
[build]
template = "cargo"

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://gnu.foo/projects/whyno"
shallow_clone = true
[build]
template = "cargo"

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Arcelyth/TerminalVirtualKeyboard"
shallow_clone = true
[build]
template = "cargo"

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