From 7514e9cd0aaa314e0102a2f18adedad1b3f845e8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Feb 2026 05:30:48 -0300 Subject: [PATCH] Add recipes --- recipes/wip/bench/jasonisnthappy/recipe.toml | 10 ++++++++++ recipes/wip/dev/hw/design/recipe.toml | 8 ++++++++ recipes/wip/dev/hw/uefitool/recipe.toml | 7 +++++++ recipes/wip/health/dosage/recipe.toml | 8 ++++++++ recipes/wip/lang/kana/recipe.toml | 7 +++++++ recipes/wip/net/analysis/echo/recipe.toml | 11 +++++++++++ recipes/wip/text/read-it-later/recipe.toml | 12 ++++++++++++ recipes/wip/text/sd/recipe.toml | 6 ++++++ recipes/wip/text/sed-rs/recipe.toml | 6 ++++++ 9 files changed, 75 insertions(+) create mode 100644 recipes/wip/bench/jasonisnthappy/recipe.toml create mode 100644 recipes/wip/dev/hw/design/recipe.toml create mode 100644 recipes/wip/dev/hw/uefitool/recipe.toml create mode 100644 recipes/wip/health/dosage/recipe.toml create mode 100644 recipes/wip/lang/kana/recipe.toml create mode 100644 recipes/wip/net/analysis/echo/recipe.toml create mode 100644 recipes/wip/text/read-it-later/recipe.toml create mode 100644 recipes/wip/text/sd/recipe.toml create mode 100644 recipes/wip/text/sed-rs/recipe.toml diff --git a/recipes/wip/bench/jasonisnthappy/recipe.toml b/recipes/wip/bench/jasonisnthappy/recipe.toml new file mode 100644 index 00000000..0015dc9c --- /dev/null +++ b/recipes/wip/bench/jasonisnthappy/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sohzm/jasonisnthappy" +shallow_clone = true +[build] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_cargo_examples bench_all +""" diff --git a/recipes/wip/dev/hw/design/recipe.toml b/recipes/wip/dev/hw/design/recipe.toml new file mode 100644 index 00000000..63eaa9c5 --- /dev/null +++ b/recipes/wip/dev/hw/design/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from meson log +[source] +git = "https://github.com/dubstar-04/Design" +rev = "e6906bc36217306b07d23fa5a4332778db8bca78" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/dev/hw/uefitool/recipe.toml b/recipes/wip/dev/hw/uefitool/recipe.toml new file mode 100644 index 00000000..29d26ea4 --- /dev/null +++ b/recipes/wip/dev/hw/uefitool/recipe.toml @@ -0,0 +1,7 @@ +#TODO missing script for compilation: https://github.com/LongSoft/UEFITool#installation +[source] +git = "https://github.com/LongSoft/UEFITool" +rev = "A73" +shallow_clone = true +[build] +template = "custom" diff --git a/recipes/wip/health/dosage/recipe.toml b/recipes/wip/health/dosage/recipe.toml new file mode 100644 index 00000000..456ffa02 --- /dev/null +++ b/recipes/wip/health/dosage/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +#TODO discover minimum dependencies from meson log +[source] +git = "https://github.com/diegopvlk/Dosage" +rev = "v2.1.2" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/lang/kana/recipe.toml b/recipes/wip/lang/kana/recipe.toml new file mode 100644 index 00000000..ecc39e6b --- /dev/null +++ b/recipes/wip/lang/kana/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +#TODO determine minimum dependencies from meson log +[source] +git = "https://gitlab.gnome.org/fkinoshita/kana" +shallow_clone = true +[build] +template = "meson" diff --git a/recipes/wip/net/analysis/echo/recipe.toml b/recipes/wip/net/analysis/echo/recipe.toml new file mode 100644 index 00000000..2b916a6f --- /dev/null +++ b/recipes/wip/net/analysis/echo/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/lo2dev/Echo" +rev = "2.0" +shallow_clone = true +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/text/read-it-later/recipe.toml b/recipes/wip/text/read-it-later/recipe.toml new file mode 100644 index 00000000..1511cd91 --- /dev/null +++ b/recipes/wip/text/read-it-later/recipe.toml @@ -0,0 +1,12 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.gnome.org/World/read-it-later" +shallow_clone = true +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", + "glib", + "gdk-pixbuf", +] diff --git a/recipes/wip/text/sd/recipe.toml b/recipes/wip/text/sd/recipe.toml new file mode 100644 index 00000000..4ce32798 --- /dev/null +++ b/recipes/wip/text/sd/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/chmln/sd" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/text/sed-rs/recipe.toml b/recipes/wip/text/sed-rs/recipe.toml new file mode 100644 index 00000000..a1dea9b4 --- /dev/null +++ b/recipes/wip/text/sed-rs/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/pegasusheavy/sed-rs" +shallow_clone = true +[build] +template = "cargo"