From f6967275d5c62d56432e97b967225fac37f9604f Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 21 Jun 2024 19:54:24 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/jujutsu/recipe.toml | 11 +++++++++++ recipes/wip/graphics/halo/recipe.toml | 5 +++++ recipes/wip/tools/zeitfetch/recipe.toml | 5 +++++ recipes/wip/tui/lazyjj/recipe.toml | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 recipes/wip/dev/jujutsu/recipe.toml create mode 100644 recipes/wip/graphics/halo/recipe.toml create mode 100644 recipes/wip/tools/zeitfetch/recipe.toml create mode 100644 recipes/wip/tui/lazyjj/recipe.toml diff --git a/recipes/wip/dev/jujutsu/recipe.toml b/recipes/wip/dev/jujutsu/recipe.toml new file mode 100644 index 000000000..31fd42589 --- /dev/null +++ b/recipes/wip/dev/jujutsu/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/martinvonz/jj" +[build] +template = "custom" +dependencies = [ + "openssl1", +] +script = """ +cookbook_cargo_packages jj-cli +""" diff --git a/recipes/wip/graphics/halo/recipe.toml b/recipes/wip/graphics/halo/recipe.toml new file mode 100644 index 000000000..d908ee3c6 --- /dev/null +++ b/recipes/wip/graphics/halo/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/bungoboingo/halo" +[build] +template = "cargo" diff --git a/recipes/wip/tools/zeitfetch/recipe.toml b/recipes/wip/tools/zeitfetch/recipe.toml new file mode 100644 index 000000000..a78a1c4c0 --- /dev/null +++ b/recipes/wip/tools/zeitfetch/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nidnogg/zeitfetch" +[build] +template = "cargo" diff --git a/recipes/wip/tui/lazyjj/recipe.toml b/recipes/wip/tui/lazyjj/recipe.toml new file mode 100644 index 000000000..d574d40c0 --- /dev/null +++ b/recipes/wip/tui/lazyjj/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Cretezy/lazyjj" +[build] +template = "cargo" -- GitLab