From 812ff830b2b71cb7f4d49d00b3f89cc2116a3c05 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 3 Jan 2026 15:20:34 -0300 Subject: [PATCH] Add recipes --- recipes/wip/db/stoolap/recipe.toml | 6 ++++++ recipes/wip/db/tsql/recipe.toml | 10 ++++++++++ recipes/wip/demos/nibble/recipe.toml | 5 +++++ recipes/wip/dev/git-tools/oyo/recipe.toml | 8 ++++++++ recipes/wip/dev/git-tools/shackle-shell/recipe.toml | 5 +++++ recipes/wip/games/platform/supertux/recipe.toml | 7 +++++++ recipes/wip/media/effy/recipe.toml | 9 +++++++++ 7 files changed, 50 insertions(+) create mode 100644 recipes/wip/db/stoolap/recipe.toml create mode 100644 recipes/wip/db/tsql/recipe.toml create mode 100644 recipes/wip/demos/nibble/recipe.toml create mode 100644 recipes/wip/dev/git-tools/oyo/recipe.toml create mode 100644 recipes/wip/dev/git-tools/shackle-shell/recipe.toml create mode 100644 recipes/wip/games/platform/supertux/recipe.toml create mode 100644 recipes/wip/media/effy/recipe.toml diff --git a/recipes/wip/db/stoolap/recipe.toml b/recipes/wip/db/stoolap/recipe.toml new file mode 100644 index 00000000..533f4aa3 --- /dev/null +++ b/recipes/wip/db/stoolap/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/stoolap/stoolap" +shallow_clone = "true" +[build] +template = "cargo" diff --git a/recipes/wip/db/tsql/recipe.toml b/recipes/wip/db/tsql/recipe.toml new file mode 100644 index 00000000..cd964706 --- /dev/null +++ b/recipes/wip/db/tsql/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/fcoury/tsql" +[build] +template = "custom" +script = """ +cookbook_cargo_packages tsql +""" +[package] +dependencies = ["postgresql16"] diff --git a/recipes/wip/demos/nibble/recipe.toml b/recipes/wip/demos/nibble/recipe.toml new file mode 100644 index 00000000..586247a2 --- /dev/null +++ b/recipes/wip/demos/nibble/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Vaishnav-Sabari-Girish/nibble" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-tools/oyo/recipe.toml b/recipes/wip/dev/git-tools/oyo/recipe.toml new file mode 100644 index 00000000..7ca99f5b --- /dev/null +++ b/recipes/wip/dev/git-tools/oyo/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ahkohd/oyo" +[build] +template = "custom" +script = """ +cookbook_cargo_packages oyo +""" diff --git a/recipes/wip/dev/git-tools/shackle-shell/recipe.toml b/recipes/wip/dev/git-tools/shackle-shell/recipe.toml new file mode 100644 index 00000000..960e2e27 --- /dev/null +++ b/recipes/wip/dev/git-tools/shackle-shell/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://codeberg.org/worthe-it/shackle-shell" +[build] +template = "cargo" diff --git a/recipes/wip/games/platform/supertux/recipe.toml b/recipes/wip/games/platform/supertux/recipe.toml new file mode 100644 index 00000000..d19d11e3 --- /dev/null +++ b/recipes/wip/games/platform/supertux/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +#TODO determine minimum dependencies from cmake log +# build instructions: https://github.com/SuperTux/supertux/blob/master/INSTALL.md#compiling +[source] +tar = "https://github.com/SuperTux/supertux/releases/download/v0.7.0-beta.1/SuperTux-v0.7.0-beta.1-Source.tar.gz" +[build] +template = "cmake" diff --git a/recipes/wip/media/effy/recipe.toml b/recipes/wip/media/effy/recipe.toml new file mode 100644 index 00000000..4e94b094 --- /dev/null +++ b/recipes/wip/media/effy/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/aNNiMON/effy" +[build] +template = "cargo" +[package] +dependencies = [ + "ffmpeg6", +]