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"