From 274d13427bf01a5afbf662842c538fd8424f871e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 15 Jul 2024 09:25:09 +0000 Subject: [PATCH] Update and move recipes --- recipes/wip/graphics/{other => editors}/texel/recipe.toml | 5 ++++- recipes/wip/{terminal => ssh}/mosh/recipe.toml | 0 recipes/wip/{terminal => ssh}/openssh/recipe.toml | 0 recipes/wip/{terminal => ssh}/openssh/redox.patch | 0 recipes/wip/{fuse => ssh}/sshfs/recipe.toml | 0 recipes/wip/{tui => ssh}/sshs/recipe.toml | 0 recipes/wip/{net/other => }/ssh/sshx/recipe.toml | 0 7 files changed, 4 insertions(+), 1 deletion(-) rename recipes/wip/graphics/{other => editors}/texel/recipe.toml (55%) rename recipes/wip/{terminal => ssh}/mosh/recipe.toml (100%) rename recipes/wip/{terminal => ssh}/openssh/recipe.toml (100%) rename recipes/wip/{terminal => ssh}/openssh/redox.patch (100%) rename recipes/wip/{fuse => ssh}/sshfs/recipe.toml (100%) rename recipes/wip/{tui => ssh}/sshs/recipe.toml (100%) rename recipes/wip/{net/other => }/ssh/sshx/recipe.toml (100%) diff --git a/recipes/wip/graphics/other/texel/recipe.toml b/recipes/wip/graphics/editors/texel/recipe.toml similarity index 55% rename from recipes/wip/graphics/other/texel/recipe.toml rename to recipes/wip/graphics/editors/texel/recipe.toml index 3e9cbfb37..ab2e14cd6 100644 --- a/recipes/wip/graphics/other/texel/recipe.toml +++ b/recipes/wip/graphics/editors/texel/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/almindor/texel" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo --no-default-features --features ion +""" diff --git a/recipes/wip/terminal/mosh/recipe.toml b/recipes/wip/ssh/mosh/recipe.toml similarity index 100% rename from recipes/wip/terminal/mosh/recipe.toml rename to recipes/wip/ssh/mosh/recipe.toml diff --git a/recipes/wip/terminal/openssh/recipe.toml b/recipes/wip/ssh/openssh/recipe.toml similarity index 100% rename from recipes/wip/terminal/openssh/recipe.toml rename to recipes/wip/ssh/openssh/recipe.toml diff --git a/recipes/wip/terminal/openssh/redox.patch b/recipes/wip/ssh/openssh/redox.patch similarity index 100% rename from recipes/wip/terminal/openssh/redox.patch rename to recipes/wip/ssh/openssh/redox.patch diff --git a/recipes/wip/fuse/sshfs/recipe.toml b/recipes/wip/ssh/sshfs/recipe.toml similarity index 100% rename from recipes/wip/fuse/sshfs/recipe.toml rename to recipes/wip/ssh/sshfs/recipe.toml diff --git a/recipes/wip/tui/sshs/recipe.toml b/recipes/wip/ssh/sshs/recipe.toml similarity index 100% rename from recipes/wip/tui/sshs/recipe.toml rename to recipes/wip/ssh/sshs/recipe.toml diff --git a/recipes/wip/net/other/ssh/sshx/recipe.toml b/recipes/wip/ssh/sshx/recipe.toml similarity index 100% rename from recipes/wip/net/other/ssh/sshx/recipe.toml rename to recipes/wip/ssh/sshx/recipe.toml -- GitLab