From badf14803598b25dd68fde04f655cdb09d3742de Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 06:06:25 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/analysis/binwalk/recipe.toml | 9 +++++++++ .../wip/dev/cargo-tools/cargo-preflight/recipe.toml | 5 +++++ recipes/wip/games/strategy/balatro-tui/recipe.toml | 8 ++++++++ recipes/wip/image/other/satpaper/recipe.toml | 5 +++++ recipes/wip/net/analysis/pepe/recipe.toml | 5 +++++ recipes/wip/net/monitor/somo/recipe.toml | 5 +++++ recipes/wip/storage/kiorg/recipe.toml | 5 +++++ recipes/wip/system/procman/recipe.toml | 5 +++++ recipes/wip/text/dog/recipe.toml | 5 +++++ recipes/wip/video/converters/trv/recipe.toml | 10 ++++++++++ 10 files changed, 62 insertions(+) create mode 100644 recipes/wip/dev/analysis/binwalk/recipe.toml create mode 100644 recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml create mode 100644 recipes/wip/games/strategy/balatro-tui/recipe.toml create mode 100644 recipes/wip/image/other/satpaper/recipe.toml create mode 100644 recipes/wip/net/analysis/pepe/recipe.toml create mode 100644 recipes/wip/net/monitor/somo/recipe.toml create mode 100644 recipes/wip/storage/kiorg/recipe.toml create mode 100644 recipes/wip/system/procman/recipe.toml create mode 100644 recipes/wip/text/dog/recipe.toml create mode 100644 recipes/wip/video/converters/trv/recipe.toml diff --git a/recipes/wip/dev/analysis/binwalk/recipe.toml b/recipes/wip/dev/analysis/binwalk/recipe.toml new file mode 100644 index 000000000..668f3e68c --- /dev/null +++ b/recipes/wip/dev/analysis/binwalk/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ReFirmLabs/binwalk" +[build] +template = "cargo" +dependencies = [ + "fontconfig", + "liblzma", +] diff --git a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml new file mode 100644 index 000000000..5600e131b --- /dev/null +++ b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/supinie/cargo-preflight" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/balatro-tui/recipe.toml b/recipes/wip/games/strategy/balatro-tui/recipe.toml new file mode 100644 index 000000000..2eb6772ee --- /dev/null +++ b/recipes/wip/games/strategy/balatro-tui/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Passeriform/BalatroTUI" +[build] +template = "custom" +script = """ +cookbook_cargo_packages balatro_tui +""" diff --git a/recipes/wip/image/other/satpaper/recipe.toml b/recipes/wip/image/other/satpaper/recipe.toml new file mode 100644 index 000000000..e12b0e99b --- /dev/null +++ b/recipes/wip/image/other/satpaper/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Colonial-Dev/satpaper" +[build] +template = "cargo" diff --git a/recipes/wip/net/analysis/pepe/recipe.toml b/recipes/wip/net/analysis/pepe/recipe.toml new file mode 100644 index 000000000..8ee7e350b --- /dev/null +++ b/recipes/wip/net/analysis/pepe/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/omarmhaimdat/pepe" +[build] +template = "cargo" diff --git a/recipes/wip/net/monitor/somo/recipe.toml b/recipes/wip/net/monitor/somo/recipe.toml new file mode 100644 index 000000000..51bb05c67 --- /dev/null +++ b/recipes/wip/net/monitor/somo/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/theopfr/somo" +[build] +template = "cargo" diff --git a/recipes/wip/storage/kiorg/recipe.toml b/recipes/wip/storage/kiorg/recipe.toml new file mode 100644 index 000000000..7373b5e84 --- /dev/null +++ b/recipes/wip/storage/kiorg/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/houqp/kiorg" +[build] +template = "cargo" diff --git a/recipes/wip/system/procman/recipe.toml b/recipes/wip/system/procman/recipe.toml new file mode 100644 index 000000000..efc7983b5 --- /dev/null +++ b/recipes/wip/system/procman/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jaroslawroszyk/procman" +[build] +template = "cargo" diff --git a/recipes/wip/text/dog/recipe.toml b/recipes/wip/text/dog/recipe.toml new file mode 100644 index 000000000..6f73d6091 --- /dev/null +++ b/recipes/wip/text/dog/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/TrystanScottLambert/dog" +[build] +template = "cargo" diff --git a/recipes/wip/video/converters/trv/recipe.toml b/recipes/wip/video/converters/trv/recipe.toml new file mode 100644 index 000000000..7170e00fe --- /dev/null +++ b/recipes/wip/video/converters/trv/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/transformrs/trv" +[build] +template = "cargo" +[package] +dependencies = [ + "ffmpeg6", + "typst", +]