diff --git a/recipes/wip/analysis/mmdr/recipe.toml b/recipes/wip/analysis/mmdr/recipe.toml new file mode 100644 index 000000000..b6ed021a9 --- /dev/null +++ b/recipes/wip/analysis/mmdr/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/1jehuang/mermaid-rs-renderer" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/db/pgtui/recipe.toml b/recipes/wip/db/pgtui/recipe.toml new file mode 100644 index 000000000..45a46cdf2 --- /dev/null +++ b/recipes/wip/db/pgtui/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://codeberg.org/kdwarn/pgtui" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-tools/gitv/recipe.toml b/recipes/wip/dev/git-tools/gitv/recipe.toml new file mode 100644 index 000000000..8d60f44c0 --- /dev/null +++ b/recipes/wip/dev/git-tools/gitv/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/JayanAXHF/gitv" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/net/analysis/r-lanscan/recipe.toml b/recipes/wip/net/analysis/r-lanscan/recipe.toml new file mode 100644 index 000000000..dc4c71a83 --- /dev/null +++ b/recipes/wip/net/analysis/r-lanscan/recipe.toml @@ -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", +] diff --git a/recipes/wip/net/chat/gosuto/recipe.toml b/recipes/wip/net/chat/gosuto/recipe.toml new file mode 100644 index 000000000..8b4bf8c04 --- /dev/null +++ b/recipes/wip/net/chat/gosuto/recipe.toml @@ -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" diff --git a/recipes/wip/net/other/gws/recipe.toml b/recipes/wip/net/other/gws/recipe.toml new file mode 100644 index 000000000..e527f8a3a --- /dev/null +++ b/recipes/wip/net/other/gws/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/googleworkspace/cli" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/net/social/perch/recipe.toml b/recipes/wip/net/social/perch/recipe.toml new file mode 100644 index 000000000..1bf9130eb --- /dev/null +++ b/recipes/wip/net/social/perch/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ricardodantas/perch" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/net/ssh/color-ssh/recipe.toml b/recipes/wip/net/ssh/color-ssh/recipe.toml new file mode 100644 index 000000000..c27364f05 --- /dev/null +++ b/recipes/wip/net/ssh/color-ssh/recipe.toml @@ -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", +] diff --git a/recipes/wip/security/whyno/recipe.toml b/recipes/wip/security/whyno/recipe.toml new file mode 100644 index 000000000..a79882822 --- /dev/null +++ b/recipes/wip/security/whyno/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://gnu.foo/projects/whyno" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/terminal/tmuxpanel/recipe.toml b/recipes/wip/terminal/tmuxpanel/recipe.toml new file mode 100644 index 000000000..008217cb5 --- /dev/null +++ b/recipes/wip/terminal/tmuxpanel/recipe.toml @@ -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", +] diff --git a/recipes/wip/terminal/tvk/recipe.toml b/recipes/wip/terminal/tvk/recipe.toml new file mode 100644 index 000000000..acf5ea7dd --- /dev/null +++ b/recipes/wip/terminal/tvk/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Arcelyth/TerminalVirtualKeyboard" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/text/ki-editor/recipe.toml b/recipes/wip/text/ki-editor/recipe.toml new file mode 100644 index 000000000..e19209db8 --- /dev/null +++ b/recipes/wip/text/ki-editor/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ki-editor/ki-editor" +shallow_clone = true +[build] +template = "cargo"