From 6348d00f9fb13ac02a260cccfe8e760780e1d78a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 16 Jul 2024 07:04:07 +0000 Subject: [PATCH] Add recipes --- recipes/wip/news/moccasin/recipe.toml | 5 +++++ recipes/wip/sound/ruxguitar/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/news/moccasin/recipe.toml create mode 100644 recipes/wip/sound/ruxguitar/recipe.toml diff --git a/recipes/wip/news/moccasin/recipe.toml b/recipes/wip/news/moccasin/recipe.toml new file mode 100644 index 000000000..1572ebc75 --- /dev/null +++ b/recipes/wip/news/moccasin/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rektdeckard/moccasin" +[build] +template = "cargo" diff --git a/recipes/wip/sound/ruxguitar/recipe.toml b/recipes/wip/sound/ruxguitar/recipe.toml new file mode 100644 index 000000000..320bc6542 --- /dev/null +++ b/recipes/wip/sound/ruxguitar/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/agourlay/ruxguitar" +[build] +template = "cargo" -- GitLab