From 00d4dd4cb2a45f32f5cb55f2370545cfb100a20b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 30 Jun 2024 06:52:50 +0000 Subject: [PATCH] Add recipes --- recipes/wip/games/other/slint-tetris/recipe.toml | 5 +++++ recipes/wip/gui/gpcl/recipe.toml | 5 +++++ recipes/wip/gui/ordinary/recipe.toml | 8 ++++++++ recipes/wip/tools/graphics/other/image-sieve/recipe.toml | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 recipes/wip/games/other/slint-tetris/recipe.toml create mode 100644 recipes/wip/gui/gpcl/recipe.toml create mode 100644 recipes/wip/gui/ordinary/recipe.toml create mode 100644 recipes/wip/tools/graphics/other/image-sieve/recipe.toml diff --git a/recipes/wip/games/other/slint-tetris/recipe.toml b/recipes/wip/games/other/slint-tetris/recipe.toml new file mode 100644 index 000000000..e000450e4 --- /dev/null +++ b/recipes/wip/games/other/slint-tetris/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/GaspardCulis/slint-tetris" +[build] +template = "cargo" diff --git a/recipes/wip/gui/gpcl/recipe.toml b/recipes/wip/gui/gpcl/recipe.toml new file mode 100644 index 000000000..9663b2b5b --- /dev/null +++ b/recipes/wip/gui/gpcl/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dngulin/gpcl" +[build] +template = "cargo" diff --git a/recipes/wip/gui/ordinary/recipe.toml b/recipes/wip/gui/ordinary/recipe.toml new file mode 100644 index 000000000..ffc25fc69 --- /dev/null +++ b/recipes/wip/gui/ordinary/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.com/floers/ordinary" +[build] +template = "custom" +script = """ +cookbook_cargo_packages ordinary +""" diff --git a/recipes/wip/tools/graphics/other/image-sieve/recipe.toml b/recipes/wip/tools/graphics/other/image-sieve/recipe.toml new file mode 100644 index 000000000..4d40be301 --- /dev/null +++ b/recipes/wip/tools/graphics/other/image-sieve/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Futsch1/image-sieve" +[build] +template = "cargo" -- GitLab