From 30af9c9a61c79424b4151ab85edc322e264fc1f9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 8 May 2024 03:42:07 +0000 Subject: [PATCH] Add recipes --- recipes/wip/benchmarks/rpc-perf/recipe.toml | 6 ++++++ recipes/wip/dev/git-interactive-rebase-tool/recipe.toml | 5 +++++ recipes/wip/dev/mise/recipe.toml | 5 +++++ recipes/wip/graphics/hdr10plus-tool/recipe.toml | 8 ++++++++ recipes/wip/net/bore/recipe.toml | 5 +++++ recipes/wip/net/realm/recipe.toml | 5 +++++ recipes/wip/security/dfir-toolkit/recipe.toml | 5 +++++ recipes/wip/security/vagga/recipe.toml | 5 +++++ recipes/wip/tools/navi/recipe.toml | 5 +++++ recipes/wip/video/alass/recipe.toml | 8 ++++++++ recipes/wip/web/dirble/recipe.toml | 5 +++++ 11 files changed, 62 insertions(+) create mode 100644 recipes/wip/benchmarks/rpc-perf/recipe.toml create mode 100644 recipes/wip/dev/git-interactive-rebase-tool/recipe.toml create mode 100644 recipes/wip/dev/mise/recipe.toml create mode 100644 recipes/wip/graphics/hdr10plus-tool/recipe.toml create mode 100644 recipes/wip/net/bore/recipe.toml create mode 100644 recipes/wip/net/realm/recipe.toml create mode 100644 recipes/wip/security/dfir-toolkit/recipe.toml create mode 100644 recipes/wip/security/vagga/recipe.toml create mode 100644 recipes/wip/tools/navi/recipe.toml create mode 100644 recipes/wip/video/alass/recipe.toml create mode 100644 recipes/wip/web/dirble/recipe.toml diff --git a/recipes/wip/benchmarks/rpc-perf/recipe.toml b/recipes/wip/benchmarks/rpc-perf/recipe.toml new file mode 100644 index 000000000..f251c9dd2 --- /dev/null +++ b/recipes/wip/benchmarks/rpc-perf/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/twitter/rpc-perf" + +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml new file mode 100644 index 000000000..5ed901703 --- /dev/null +++ b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/MitMaro/git-interactive-rebase-tool" +[build] +template = "cargo" diff --git a/recipes/wip/dev/mise/recipe.toml b/recipes/wip/dev/mise/recipe.toml new file mode 100644 index 000000000..b50148833 --- /dev/null +++ b/recipes/wip/dev/mise/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jdx/mise" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/hdr10plus-tool/recipe.toml b/recipes/wip/graphics/hdr10plus-tool/recipe.toml new file mode 100644 index 000000000..b222fe916 --- /dev/null +++ b/recipes/wip/graphics/hdr10plus-tool/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quietvoid/hdr10plus_tool" +[build] +template = "cargo" +dependencies = [ + "fontconfig", +] diff --git a/recipes/wip/net/bore/recipe.toml b/recipes/wip/net/bore/recipe.toml new file mode 100644 index 000000000..264a4adb5 --- /dev/null +++ b/recipes/wip/net/bore/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ekzhang/bore" +[build] +template = "cargo" diff --git a/recipes/wip/net/realm/recipe.toml b/recipes/wip/net/realm/recipe.toml new file mode 100644 index 000000000..be7d217bb --- /dev/null +++ b/recipes/wip/net/realm/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/zhboner/realm" +[build] +template = "cargo" diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml new file mode 100644 index 000000000..f80994c03 --- /dev/null +++ b/recipes/wip/security/dfir-toolkit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dfir-dd/dfir-toolkit" +[build] +template = "cargo" diff --git a/recipes/wip/security/vagga/recipe.toml b/recipes/wip/security/vagga/recipe.toml new file mode 100644 index 000000000..f1da02ed4 --- /dev/null +++ b/recipes/wip/security/vagga/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tailhook/vagga" +[build] +template = "cargo" diff --git a/recipes/wip/tools/navi/recipe.toml b/recipes/wip/tools/navi/recipe.toml new file mode 100644 index 000000000..5a025fd61 --- /dev/null +++ b/recipes/wip/tools/navi/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/denisidoro/navi" +[build] +template = "cargo" diff --git a/recipes/wip/video/alass/recipe.toml b/recipes/wip/video/alass/recipe.toml new file mode 100644 index 000000000..60987edba --- /dev/null +++ b/recipes/wip/video/alass/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kaegi/alass" +[build] +template = "custom" +script = """ +cookbook_cargo_packages alass-cli +""" diff --git a/recipes/wip/web/dirble/recipe.toml b/recipes/wip/web/dirble/recipe.toml new file mode 100644 index 000000000..633264a92 --- /dev/null +++ b/recipes/wip/web/dirble/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Isona/dirble" +[build] +template = "cargo" -- GitLab