diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml new file mode 100644 index 00000000..6f0350df --- /dev/null +++ b/recipes/wip/dev/loco/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/loco-rs/loco" +[build] +template = "cargo" diff --git a/recipes/wip/tools/posixutils-rs/recipe.toml b/recipes/wip/tools/posixutils-rs/recipe.toml new file mode 100644 index 00000000..c49fdb2c --- /dev/null +++ b/recipes/wip/tools/posixutils-rs/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rustcoreutils/posixutils-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages calc datetime dev display file \ +fs misc pathnames plib process screen sys text tree users xform +"""