From fc794e482d1d82b3da2f52f66ff8b7681978b0ce Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 24 Jun 2025 21:03:45 +0100 Subject: [PATCH] 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 a25cebc5..00000000 --- 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 e262610b..00000000 --- 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 -"""