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"