diff --git a/recipes/wip/demos/uniocr/recipe.toml b/recipes/wip/demos/uniocr/recipe.toml new file mode 100644 index 000000000..a8ee5a333 --- /dev/null +++ b/recipes/wip/demos/uniocr/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/mediar-ai/uniOCR" +[build] +template = "custom" +script = """ +cookbook_cargo_examples basic batch_processing +""" diff --git a/recipes/wip/image/other/ferrishot/recipe.toml b/recipes/wip/image/other/ferrishot/recipe.toml new file mode 100644 index 000000000..f4b54a5fb --- /dev/null +++ b/recipes/wip/image/other/ferrishot/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nik-rev/ferrishot" +[build] +dependencies = [ + "mesa", + "libx11", + "libwayland", + "libxcb", +] +template = "cargo" diff --git a/recipes/wip/net/remote/shared/recipe.toml b/recipes/wip/net/remote/shared/recipe.toml new file mode 100644 index 000000000..ed93e9f47 --- /dev/null +++ b/recipes/wip/net/remote/shared/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/mateolafalce/shared" +[build] +template = "cargo" diff --git a/recipes/wip/sound/shezem-rs/recipe.toml b/recipes/wip/sound/shezem-rs/recipe.toml new file mode 100644 index 000000000..186c295b2 --- /dev/null +++ b/recipes/wip/sound/shezem-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Kither12/shezem-rs" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/countryfetch/recipe.toml b/recipes/wip/terminal/countryfetch/recipe.toml new file mode 100644 index 000000000..2679aaa9b --- /dev/null +++ b/recipes/wip/terminal/countryfetch/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/nik-rev/countryfetch" +[build] +template = "custom" +script = """ +cookbook_cargo_packages countryfetch +""" diff --git a/recipes/wip/tui/regname/recipe.toml b/recipes/wip/tui/regname/recipe.toml new file mode 100644 index 000000000..cbe613fc8 --- /dev/null +++ b/recipes/wip/tui/regname/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/linkdd/regname" +[build] +template = "cargo"