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"