From fc5ddc742ee3ddccb3783346a063a9ba22da33d5 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 8 May 2024 03:03:15 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/allocscope/recipe.toml | 14 ++++++++++++++ recipes/wip/dev/colmena/recipe.toml | 5 +++++ recipes/wip/dev/rbasefind/recipe.toml | 5 +++++ recipes/wip/tools/arrow-tools/recipe.toml | 8 ++++++++ recipes/wip/tools/bdt/recipe.toml | 5 +++++ recipes/wip/tools/caesium/recipe.toml | 5 +++++ recipes/wip/tools/diffr/recipe.toml | 5 +++++ recipes/wip/tools/halp/recipe.toml | 5 +++++ recipes/wip/tools/rana/recipe.toml | 5 +++++ recipes/wip/tools/rq/recipe.toml | 5 +++++ 10 files changed, 62 insertions(+) create mode 100644 recipes/wip/dev/allocscope/recipe.toml create mode 100644 recipes/wip/dev/colmena/recipe.toml create mode 100644 recipes/wip/dev/rbasefind/recipe.toml create mode 100644 recipes/wip/tools/arrow-tools/recipe.toml create mode 100644 recipes/wip/tools/bdt/recipe.toml create mode 100644 recipes/wip/tools/caesium/recipe.toml create mode 100644 recipes/wip/tools/diffr/recipe.toml create mode 100644 recipes/wip/tools/halp/recipe.toml create mode 100644 recipes/wip/tools/rana/recipe.toml create mode 100644 recipes/wip/tools/rq/recipe.toml diff --git a/recipes/wip/dev/allocscope/recipe.toml b/recipes/wip/dev/allocscope/recipe.toml new file mode 100644 index 000000000..bb6bef109 --- /dev/null +++ b/recipes/wip/dev/allocscope/recipe.toml @@ -0,0 +1,14 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/matt-kimball/allocscope" +[build] +template = "custom" +dependencies = [ + "libiberty", + "ncurses", + "sqlite3", + "libunwind", +] +script = """ +cookbook_cargo_packages allocscope-trace allocscope-view +""" diff --git a/recipes/wip/dev/colmena/recipe.toml b/recipes/wip/dev/colmena/recipe.toml new file mode 100644 index 000000000..42889b7e4 --- /dev/null +++ b/recipes/wip/dev/colmena/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/zhaofengli/colmena" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rbasefind/recipe.toml b/recipes/wip/dev/rbasefind/recipe.toml new file mode 100644 index 000000000..651f870e3 --- /dev/null +++ b/recipes/wip/dev/rbasefind/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sgayou/rbasefind" +[build] +template = "cargo" diff --git a/recipes/wip/tools/arrow-tools/recipe.toml b/recipes/wip/tools/arrow-tools/recipe.toml new file mode 100644 index 000000000..92a146418 --- /dev/null +++ b/recipes/wip/tools/arrow-tools/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/domoritz/arrow-tools" +[build] +template = "custom" +script = """ +cookbook_cargo_packages csv2arrow csv2parquet json2arrow json2parquet +""" diff --git a/recipes/wip/tools/bdt/recipe.toml b/recipes/wip/tools/bdt/recipe.toml new file mode 100644 index 000000000..81bace06d --- /dev/null +++ b/recipes/wip/tools/bdt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/datafusion-contrib/bdt" +[build] +template = "cargo" diff --git a/recipes/wip/tools/caesium/recipe.toml b/recipes/wip/tools/caesium/recipe.toml new file mode 100644 index 000000000..e8c6b227a --- /dev/null +++ b/recipes/wip/tools/caesium/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Lymphatus/caesium-clt" +[build] +template = "cargo" diff --git a/recipes/wip/tools/diffr/recipe.toml b/recipes/wip/tools/diffr/recipe.toml new file mode 100644 index 000000000..0c0552ce3 --- /dev/null +++ b/recipes/wip/tools/diffr/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mookid/diffr" +[build] +template = "cargo" diff --git a/recipes/wip/tools/halp/recipe.toml b/recipes/wip/tools/halp/recipe.toml new file mode 100644 index 000000000..a533cb553 --- /dev/null +++ b/recipes/wip/tools/halp/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/orhun/halp" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rana/recipe.toml b/recipes/wip/tools/rana/recipe.toml new file mode 100644 index 000000000..4fa838308 --- /dev/null +++ b/recipes/wip/tools/rana/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/grunch/rana" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rq/recipe.toml b/recipes/wip/tools/rq/recipe.toml new file mode 100644 index 000000000..d7b4d409c --- /dev/null +++ b/recipes/wip/tools/rq/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dflemstr/rq" +[build] +template = "cargo" -- GitLab