From fc794e482d1d82b3da2f52f66ff8b7681978b0ce Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 24 Jun 2025 21:03:45 +0100 Subject: [PATCH 1/2] move halloy and tiny to chat --- recipes/wip/net/other/halloy/recipe.toml | 8 -------- recipes/wip/net/other/tiny/recipe.toml | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 recipes/wip/net/other/halloy/recipe.toml delete mode 100644 recipes/wip/net/other/tiny/recipe.toml diff --git a/recipes/wip/net/other/halloy/recipe.toml b/recipes/wip/net/other/halloy/recipe.toml deleted file mode 100644 index a25cebc55..000000000 --- a/recipes/wip/net/other/halloy/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO xdg-home crate error (after cargo update) -[source] -git = "https://github.com/squidowl/halloy" -[build] -template = "cargo" -dependencies = [ - "openssl1", -] diff --git a/recipes/wip/net/other/tiny/recipe.toml b/recipes/wip/net/other/tiny/recipe.toml deleted file mode 100644 index e262610b6..000000000 --- a/recipes/wip/net/other/tiny/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO compiled but not tested (after cargo update and a patch on ring) -[source] -git = "https://github.com/osa1/tiny" -[build] -template = "custom" -script = """ -cookbook_cargo_packages tiny -""" From 80251d5d5a3dfec449be08390955a5952be89b3d Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 24 Jun 2025 21:07:25 +0100 Subject: [PATCH 2/2] git add halloy and tiny in chat --- recipes/wip/net/chat/halloy/recipe.toml | 8 ++++++++ recipes/wip/net/chat/tiny/recipe.toml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 recipes/wip/net/chat/halloy/recipe.toml create mode 100644 recipes/wip/net/chat/tiny/recipe.toml diff --git a/recipes/wip/net/chat/halloy/recipe.toml b/recipes/wip/net/chat/halloy/recipe.toml new file mode 100644 index 000000000..a25cebc55 --- /dev/null +++ b/recipes/wip/net/chat/halloy/recipe.toml @@ -0,0 +1,8 @@ +#TODO xdg-home crate error (after cargo update) +[source] +git = "https://github.com/squidowl/halloy" +[build] +template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/net/chat/tiny/recipe.toml b/recipes/wip/net/chat/tiny/recipe.toml new file mode 100644 index 000000000..e262610b6 --- /dev/null +++ b/recipes/wip/net/chat/tiny/recipe.toml @@ -0,0 +1,8 @@ +#TODO compiled but not tested (after cargo update and a patch on ring) +[source] +git = "https://github.com/osa1/tiny" +[build] +template = "custom" +script = """ +cookbook_cargo_packages tiny +"""