From 7f984cb41eb74a590ad6c193381cb02d440e340d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 27 Mar 2024 20:41:06 +0000 Subject: [PATCH] add recipes --- recipes/wip/dev/lurk/recipe.toml | 5 +++++ recipes/wip/tools/omega/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/dev/lurk/recipe.toml create mode 100644 recipes/wip/tools/omega/recipe.toml diff --git a/recipes/wip/dev/lurk/recipe.toml b/recipes/wip/dev/lurk/recipe.toml new file mode 100644 index 000000000..7807ab928 --- /dev/null +++ b/recipes/wip/dev/lurk/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/JakWai01/lurk" +[build] +template = "cargo" diff --git a/recipes/wip/tools/omega/recipe.toml b/recipes/wip/tools/omega/recipe.toml new file mode 100644 index 000000000..975ff2a5d --- /dev/null +++ b/recipes/wip/tools/omega/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/nwrenger/omega" +[build] +template = "cargo" -- GitLab