From f0eda792521d8accbad585d2acd5eb108ffe0516 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 30 Nov 2025 09:49:34 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/analysis/pratdiff/recipe.toml | 5 +++++ recipes/wip/dev/analysis/statui/recipe.toml | 5 +++++ recipes/wip/math/numr/recipe.toml | 8 ++++++++ recipes/wip/monitors/resources/recipe.toml | 13 +++++++++++++ .../wip/net/monitor/network-monitor-rs/recipe.toml | 9 +++++++++ recipes/wip/storage/bmap-rs/recipe.toml | 8 ++++++++ recipes/wip/text/yes-rs/recipe.toml | 5 +++++ recipes/wip/web/tola-ssg/recipe.toml | 5 +++++ 8 files changed, 58 insertions(+) create mode 100644 recipes/wip/dev/analysis/pratdiff/recipe.toml create mode 100644 recipes/wip/dev/analysis/statui/recipe.toml create mode 100644 recipes/wip/math/numr/recipe.toml create mode 100644 recipes/wip/monitors/resources/recipe.toml create mode 100644 recipes/wip/net/monitor/network-monitor-rs/recipe.toml create mode 100644 recipes/wip/storage/bmap-rs/recipe.toml create mode 100644 recipes/wip/text/yes-rs/recipe.toml create mode 100644 recipes/wip/web/tola-ssg/recipe.toml diff --git a/recipes/wip/dev/analysis/pratdiff/recipe.toml b/recipes/wip/dev/analysis/pratdiff/recipe.toml new file mode 100644 index 000000000..05bfd0b92 --- /dev/null +++ b/recipes/wip/dev/analysis/pratdiff/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/fowles/pratdiff" +[build] +template = "cargo" diff --git a/recipes/wip/dev/analysis/statui/recipe.toml b/recipes/wip/dev/analysis/statui/recipe.toml new file mode 100644 index 000000000..2fc9fdf9a --- /dev/null +++ b/recipes/wip/dev/analysis/statui/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Mohamed-Badry/statui" +[build] +template = "cargo" diff --git a/recipes/wip/math/numr/recipe.toml b/recipes/wip/math/numr/recipe.toml new file mode 100644 index 000000000..083b509d4 --- /dev/null +++ b/recipes/wip/math/numr/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nasedkinpv/numr" +[build] +template = "custom" +script = """ +cookbook_cargo_packages numr-cli numr-tui +""" diff --git a/recipes/wip/monitors/resources/recipe.toml b/recipes/wip/monitors/resources/recipe.toml new file mode 100644 index 000000000..10db370aa --- /dev/null +++ b/recipes/wip/monitors/resources/recipe.toml @@ -0,0 +1,13 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nokyan/resources" +[build] +template = "meson" +mesonflags = [ + "-Dprofile=default", +] +dependencies = [ + "glib", + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/net/monitor/network-monitor-rs/recipe.toml b/recipes/wip/net/monitor/network-monitor-rs/recipe.toml new file mode 100644 index 000000000..fc3527ed2 --- /dev/null +++ b/recipes/wip/net/monitor/network-monitor-rs/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/grigio/network-monitor" +[build] +template = "cargo" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/storage/bmap-rs/recipe.toml b/recipes/wip/storage/bmap-rs/recipe.toml new file mode 100644 index 000000000..836913b6d --- /dev/null +++ b/recipes/wip/storage/bmap-rs/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/collabora/bmap-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages bmap-rs +""" diff --git a/recipes/wip/text/yes-rs/recipe.toml b/recipes/wip/text/yes-rs/recipe.toml new file mode 100644 index 000000000..6d33a5380 --- /dev/null +++ b/recipes/wip/text/yes-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jedisct1/yes-rs" +[build] +template = "cargo" diff --git a/recipes/wip/web/tola-ssg/recipe.toml b/recipes/wip/web/tola-ssg/recipe.toml new file mode 100644 index 000000000..30560a62c --- /dev/null +++ b/recipes/wip/web/tola-ssg/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/kawayww/tola-ssg" +[build] +template = "cargo"