From 362dce35aecff59115261a12b6b2b764cdbb324a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 4 Feb 2024 02:13:22 +0000 Subject: [PATCH] add recipes --- recipes/wip/clipcat/recipe.toml | 8 ++++++++ recipes/wip/kalc/recipe.toml | 5 +++++ recipes/wip/run/recipe.toml | 5 +++++ recipes/wip/rustytube/recipe.toml | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 recipes/wip/clipcat/recipe.toml create mode 100644 recipes/wip/kalc/recipe.toml create mode 100644 recipes/wip/run/recipe.toml create mode 100644 recipes/wip/rustytube/recipe.toml diff --git a/recipes/wip/clipcat/recipe.toml b/recipes/wip/clipcat/recipe.toml new file mode 100644 index 000000000..70adc0cfe --- /dev/null +++ b/recipes/wip/clipcat/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/xrelkd/clipcat" +[build] +template = "custom" +script = """ +cookbook_cargo_packages clipcatd clipcatctl clipcat-menu +""" diff --git a/recipes/wip/kalc/recipe.toml b/recipes/wip/kalc/recipe.toml new file mode 100644 index 000000000..499b4fe8a --- /dev/null +++ b/recipes/wip/kalc/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bgkillas/kalc" +[build] +template = "cargo" diff --git a/recipes/wip/run/recipe.toml b/recipes/wip/run/recipe.toml new file mode 100644 index 000000000..6cbbfa07e --- /dev/null +++ b/recipes/wip/run/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LyonSyonII/run" +[build] +template = "cargo" diff --git a/recipes/wip/rustytube/recipe.toml b/recipes/wip/rustytube/recipe.toml new file mode 100644 index 000000000..c59604ed8 --- /dev/null +++ b/recipes/wip/rustytube/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/opensourcecheemsburgers/RustyTube" +[build] +template = "cargo"