From 9399bbef22908fb0fcad0c295993ac85b930ad1d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 12 Oct 2025 18:07:49 -0300 Subject: [PATCH] Add recipes --- recipes/wip/files/lsv/recipe.toml | 5 +++++ recipes/wip/lang/uroman-rs/recipe.toml | 5 +++++ recipes/wip/terminal/fsel/recipe.toml | 5 +++++ recipes/wip/terminal/otter-launcher/recipe.toml | 10 ++++++++++ 4 files changed, 25 insertions(+) create mode 100644 recipes/wip/files/lsv/recipe.toml create mode 100644 recipes/wip/lang/uroman-rs/recipe.toml create mode 100644 recipes/wip/terminal/fsel/recipe.toml create mode 100644 recipes/wip/terminal/otter-launcher/recipe.toml diff --git a/recipes/wip/files/lsv/recipe.toml b/recipes/wip/files/lsv/recipe.toml new file mode 100644 index 00000000..bfc4defe --- /dev/null +++ b/recipes/wip/files/lsv/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/SecretDeveloper/lsv" +[build] +template = "cargo" diff --git a/recipes/wip/lang/uroman-rs/recipe.toml b/recipes/wip/lang/uroman-rs/recipe.toml new file mode 100644 index 00000000..8ca4ef10 --- /dev/null +++ b/recipes/wip/lang/uroman-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/stellanomia/uroman-rs" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/fsel/recipe.toml b/recipes/wip/terminal/fsel/recipe.toml new file mode 100644 index 00000000..227bad50 --- /dev/null +++ b/recipes/wip/terminal/fsel/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Mjoyufull/fsel" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/otter-launcher/recipe.toml b/recipes/wip/terminal/otter-launcher/recipe.toml new file mode 100644 index 00000000..3b4c4a7b --- /dev/null +++ b/recipes/wip/terminal/otter-launcher/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/kuokuo123/otter-launcher" +[build] +template = "custom" +script = """ +cookbook_cargo +mkdir -pv "${COOKBOOK_STAGE}/usr/share/otter-launcher" +cp -rv "${COOKBOOK_SOURCE}"/contrib/* "${COOKBOOK_STAGE}/usr/share/otter-launcher" +"""