From 23f9dda6bf8707e86d7c2927b4dd3f504665d37a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 15 Jul 2024 07:47:18 +0000 Subject: [PATCH] Add recipes --- recipes/wip/ai/tgs/recipe.toml | 8 ++++++++ recipes/wip/games/shooter/asciiarena/recipe.toml | 5 +++++ recipes/wip/graphics/terminal/aarty/recipe.toml | 5 +++++ recipes/wip/logging/krapslog/recipe.toml | 5 +++++ recipes/wip/players/kronos/recipe.toml | 5 +++++ recipes/wip/recorders/autocast/recipe.toml | 5 +++++ recipes/wip/terminal/lule/recipe.toml | 5 +++++ recipes/wip/terminal/pipecolor/recipe.toml | 5 +++++ recipes/wip/terminal/toyterm/recipe.toml | 5 +++++ recipes/wip/text/flowfix/recipe.toml | 5 +++++ recipes/wip/text/syncat/recipe.toml | 8 ++++++++ recipes/wip/time/trackie/recipe.toml | 5 +++++ 12 files changed, 66 insertions(+) create mode 100644 recipes/wip/ai/tgs/recipe.toml create mode 100644 recipes/wip/games/shooter/asciiarena/recipe.toml create mode 100644 recipes/wip/graphics/terminal/aarty/recipe.toml create mode 100644 recipes/wip/logging/krapslog/recipe.toml create mode 100644 recipes/wip/players/kronos/recipe.toml create mode 100644 recipes/wip/recorders/autocast/recipe.toml create mode 100644 recipes/wip/terminal/lule/recipe.toml create mode 100644 recipes/wip/terminal/pipecolor/recipe.toml create mode 100644 recipes/wip/terminal/toyterm/recipe.toml create mode 100644 recipes/wip/text/flowfix/recipe.toml create mode 100644 recipes/wip/text/syncat/recipe.toml create mode 100644 recipes/wip/time/trackie/recipe.toml diff --git a/recipes/wip/ai/tgs/recipe.toml b/recipes/wip/ai/tgs/recipe.toml new file mode 100644 index 000000000..aba549aa8 --- /dev/null +++ b/recipes/wip/ai/tgs/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/warpy-ai/tgs" +[build] +template = "cargo" +dependencies = [ + "libtorch", +] diff --git a/recipes/wip/games/shooter/asciiarena/recipe.toml b/recipes/wip/games/shooter/asciiarena/recipe.toml new file mode 100644 index 000000000..2eb0e6189 --- /dev/null +++ b/recipes/wip/games/shooter/asciiarena/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/lemunozm/asciiarena" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/terminal/aarty/recipe.toml b/recipes/wip/graphics/terminal/aarty/recipe.toml new file mode 100644 index 000000000..ec7910626 --- /dev/null +++ b/recipes/wip/graphics/terminal/aarty/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/0x61nas/aarty" +[build] +template = "cargo" diff --git a/recipes/wip/logging/krapslog/recipe.toml b/recipes/wip/logging/krapslog/recipe.toml new file mode 100644 index 000000000..1c7ad81d2 --- /dev/null +++ b/recipes/wip/logging/krapslog/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/acj/krapslog-rs" +[build] +template = "cargo" diff --git a/recipes/wip/players/kronos/recipe.toml b/recipes/wip/players/kronos/recipe.toml new file mode 100644 index 000000000..309f1fa35 --- /dev/null +++ b/recipes/wip/players/kronos/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/TrevorSatori/kronos" +[build] +template = "cargo" diff --git a/recipes/wip/recorders/autocast/recipe.toml b/recipes/wip/recorders/autocast/recipe.toml new file mode 100644 index 000000000..de7c98b74 --- /dev/null +++ b/recipes/wip/recorders/autocast/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/k9withabone/autocast" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/lule/recipe.toml b/recipes/wip/terminal/lule/recipe.toml new file mode 100644 index 000000000..58ba216ce --- /dev/null +++ b/recipes/wip/terminal/lule/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/warpwm/lule" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/pipecolor/recipe.toml b/recipes/wip/terminal/pipecolor/recipe.toml new file mode 100644 index 000000000..9abf0b6a0 --- /dev/null +++ b/recipes/wip/terminal/pipecolor/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dalance/pipecolor" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/toyterm/recipe.toml b/recipes/wip/terminal/toyterm/recipe.toml new file mode 100644 index 000000000..361c371d1 --- /dev/null +++ b/recipes/wip/terminal/toyterm/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/algon-320/toyterm" +[build] +template = "cargo" diff --git a/recipes/wip/text/flowfix/recipe.toml b/recipes/wip/text/flowfix/recipe.toml new file mode 100644 index 000000000..77c41933d --- /dev/null +++ b/recipes/wip/text/flowfix/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/warpwm/flowfix" +[build] +template = "cargo" diff --git a/recipes/wip/text/syncat/recipe.toml b/recipes/wip/text/syncat/recipe.toml new file mode 100644 index 000000000..c8bf9baea --- /dev/null +++ b/recipes/wip/text/syncat/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/foxfriends/syncat" +[build] +template = "custom" +script = """ +cookbook_cargo_packages syncat +""" diff --git a/recipes/wip/time/trackie/recipe.toml b/recipes/wip/time/trackie/recipe.toml new file mode 100644 index 000000000..c73549b44 --- /dev/null +++ b/recipes/wip/time/trackie/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/beatbrot/trackie" +[build] +template = "cargo" -- GitLab