From ca8a2c433c80606469c2657df85d8f1edb9f9d6e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 16:13:47 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/loco/recipe.toml | 5 +++++ recipes/wip/tools/posixutils-rs/recipe.toml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 recipes/wip/dev/loco/recipe.toml create mode 100644 recipes/wip/tools/posixutils-rs/recipe.toml diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml new file mode 100644 index 000000000..6f0350df2 --- /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 000000000..c49fdb2c2 --- /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 +""" -- GitLab