From f1336e913105fb4f54641118e09c127ef9232fcb Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 27 Dec 2023 22:21:18 +0000 Subject: [PATCH] add fuga --- recipes/wip/fuga/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/fuga/recipe.toml diff --git a/recipes/wip/fuga/recipe.toml b/recipes/wip/fuga/recipe.toml new file mode 100644 index 000000000..56c8be5d5 --- /dev/null +++ b/recipes/wip/fuga/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/liebe-magi/fuga" +[build] +template = "custom" +script = """ +cookbook_cargo_packages fuga +""" -- GitLab