From 11ef884ba9532139acbe6da760949611d52327fb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 11 Oct 2025 20:25:59 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/analysis/debtmap/recipe.toml | 5 +++++ recipes/wip/dev/lang/goiaba/recipe.toml | 5 +++++ recipes/wip/games/puzzle/conduit/recipe.toml | 5 +++++ recipes/wip/net/other/phantun/recipe.toml | 8 ++++++++ recipes/wip/net/other/sandhole/recipe.toml | 5 +++++ recipes/wip/net/sharing/hakanai/recipe.toml | 11 +++++++++++ recipes/wip/news/feedr/recipe.toml | 5 +++++ recipes/wip/terminal/pay-respects/recipe.toml | 8 ++++++++ recipes/wip/text/blogr/recipe.toml | 8 ++++++++ recipes/wip/text/nanorust/recipe.toml | 5 +++++ 10 files changed, 65 insertions(+) create mode 100644 recipes/wip/dev/analysis/debtmap/recipe.toml create mode 100644 recipes/wip/dev/lang/goiaba/recipe.toml create mode 100644 recipes/wip/games/puzzle/conduit/recipe.toml create mode 100644 recipes/wip/net/other/phantun/recipe.toml create mode 100644 recipes/wip/net/other/sandhole/recipe.toml create mode 100644 recipes/wip/net/sharing/hakanai/recipe.toml create mode 100644 recipes/wip/news/feedr/recipe.toml create mode 100644 recipes/wip/terminal/pay-respects/recipe.toml create mode 100644 recipes/wip/text/blogr/recipe.toml create mode 100644 recipes/wip/text/nanorust/recipe.toml diff --git a/recipes/wip/dev/analysis/debtmap/recipe.toml b/recipes/wip/dev/analysis/debtmap/recipe.toml new file mode 100644 index 000000000..11a61f1ea --- /dev/null +++ b/recipes/wip/dev/analysis/debtmap/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/iepathos/debtmap" +[build] +template = "cargo" diff --git a/recipes/wip/dev/lang/goiaba/recipe.toml b/recipes/wip/dev/lang/goiaba/recipe.toml new file mode 100644 index 000000000..9bbecea18 --- /dev/null +++ b/recipes/wip/dev/lang/goiaba/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/raphamorim/goiaba" +[build] +template = "cargo" diff --git a/recipes/wip/games/puzzle/conduit/recipe.toml b/recipes/wip/games/puzzle/conduit/recipe.toml new file mode 100644 index 000000000..81dcde1ee --- /dev/null +++ b/recipes/wip/games/puzzle/conduit/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/WizCrab/conduit-cli-game" +[build] +template = "cargo" diff --git a/recipes/wip/net/other/phantun/recipe.toml b/recipes/wip/net/other/phantun/recipe.toml new file mode 100644 index 000000000..aa548676e --- /dev/null +++ b/recipes/wip/net/other/phantun/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dndx/phantun" +[build] +template = "custom" +script = """ +cookbook_cargo_packages phantun +""" diff --git a/recipes/wip/net/other/sandhole/recipe.toml b/recipes/wip/net/other/sandhole/recipe.toml new file mode 100644 index 000000000..e87de1841 --- /dev/null +++ b/recipes/wip/net/other/sandhole/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/EpicEric/sandhole" +[build] +template = "cargo" diff --git a/recipes/wip/net/sharing/hakanai/recipe.toml b/recipes/wip/net/sharing/hakanai/recipe.toml new file mode 100644 index 000000000..ca4fdbab9 --- /dev/null +++ b/recipes/wip/net/sharing/hakanai/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/czerwonk/hakanai" +[build] +template = "custom" +dependencies = [ + "openssl3" +] +script = """ +cookbook_cargo_packages hakanai hakanai-server +""" diff --git a/recipes/wip/news/feedr/recipe.toml b/recipes/wip/news/feedr/recipe.toml new file mode 100644 index 000000000..d9d708846 --- /dev/null +++ b/recipes/wip/news/feedr/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bahdotsh/feedr" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/pay-respects/recipe.toml b/recipes/wip/terminal/pay-respects/recipe.toml new file mode 100644 index 000000000..1892867a4 --- /dev/null +++ b/recipes/wip/terminal/pay-respects/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/iffse/pay-respects" +[build] +template = "custom" +script = """ +cookbook_cargo_packages pay-respects +""" diff --git a/recipes/wip/text/blogr/recipe.toml b/recipes/wip/text/blogr/recipe.toml new file mode 100644 index 000000000..1f703492f --- /dev/null +++ b/recipes/wip/text/blogr/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bahdotsh/blogr" +[build] +template = "custom" +script = """ +cookbook_cargo_packages blogr-cli +""" diff --git a/recipes/wip/text/nanorust/recipe.toml b/recipes/wip/text/nanorust/recipe.toml new file mode 100644 index 000000000..616849da5 --- /dev/null +++ b/recipes/wip/text/nanorust/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Supakornn/nanorust" +[build] +template = "cargo"