From d0378b5c485ef7943e744ebeda4ecc453c7cd7b7 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 12 Mar 2024 23:11:27 +0000 Subject: [PATCH] add recipes --- recipes/wip/sound/scope-tui/recipe.toml | 5 +++++ recipes/wip/sound/tuisic/recipe.toml | 5 +++++ recipes/wip/tui/sshs/recipe.toml | 6 ++++++ recipes/wip/tui/tooters/recipe.toml | 5 +++++ 4 files changed, 21 insertions(+) create mode 100644 recipes/wip/sound/scope-tui/recipe.toml create mode 100644 recipes/wip/sound/tuisic/recipe.toml create mode 100644 recipes/wip/tui/sshs/recipe.toml create mode 100644 recipes/wip/tui/tooters/recipe.toml diff --git a/recipes/wip/sound/scope-tui/recipe.toml b/recipes/wip/sound/scope-tui/recipe.toml new file mode 100644 index 000000000..dcdfe0886 --- /dev/null +++ b/recipes/wip/sound/scope-tui/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/alemidev/scope-tui" +[build] +template = "cargo" diff --git a/recipes/wip/sound/tuisic/recipe.toml b/recipes/wip/sound/tuisic/recipe.toml new file mode 100644 index 000000000..8fc5416ba --- /dev/null +++ b/recipes/wip/sound/tuisic/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/saubuny/tuisic" +[build] +template = "cargo" diff --git a/recipes/wip/tui/sshs/recipe.toml b/recipes/wip/tui/sshs/recipe.toml new file mode 100644 index 000000000..cc2426db4 --- /dev/null +++ b/recipes/wip/tui/sshs/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quantumsheep/sshs" +rev = "116cb8d0b360e8bb47acfdb3398702f89d866b12" +[build] +template = "cargo" diff --git a/recipes/wip/tui/tooters/recipe.toml b/recipes/wip/tui/tooters/recipe.toml new file mode 100644 index 000000000..90ce36f00 --- /dev/null +++ b/recipes/wip/tui/tooters/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/joshka/tooters" +[build] +template = "cargo" -- GitLab