From d098bad2dcbd5edd14a092a92d01ab75f799fcef Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 12 May 2024 03:39:29 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/alquitran/recipe.toml | 5 +++++ recipes/wip/dev/git-tools/recipe.toml | 5 +++++ recipes/wip/dev/necessist/recipe.toml | 11 +++++++++++ recipes/wip/dev/resym/recipe.toml | 8 ++++++++ recipes/wip/dev/sccache/recipe.toml | 5 +++++ recipes/wip/dev/wasmer/recipe.toml | 5 +++++ recipes/wip/net/arp-scanner/recipe.toml | 5 +++++ recipes/wip/security/apbf/recipe.toml | 5 +++++ recipes/wip/security/burrow/recipe.toml | 8 ++++++++ recipes/wip/tools/dotr/recipe.toml | 5 +++++ 10 files changed, 62 insertions(+) create mode 100644 recipes/wip/dev/alquitran/recipe.toml create mode 100644 recipes/wip/dev/git-tools/recipe.toml create mode 100644 recipes/wip/dev/necessist/recipe.toml create mode 100644 recipes/wip/dev/resym/recipe.toml create mode 100644 recipes/wip/dev/sccache/recipe.toml create mode 100644 recipes/wip/dev/wasmer/recipe.toml create mode 100644 recipes/wip/net/arp-scanner/recipe.toml create mode 100644 recipes/wip/security/apbf/recipe.toml create mode 100644 recipes/wip/security/burrow/recipe.toml create mode 100644 recipes/wip/tools/dotr/recipe.toml diff --git a/recipes/wip/dev/alquitran/recipe.toml b/recipes/wip/dev/alquitran/recipe.toml new file mode 100644 index 00000000..081dbeed --- /dev/null +++ b/recipes/wip/dev/alquitran/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ferivoz/alquitran" +[build] +template = "cargo" diff --git a/recipes/wip/dev/git-tools/recipe.toml b/recipes/wip/dev/git-tools/recipe.toml new file mode 100644 index 00000000..c61f957c --- /dev/null +++ b/recipes/wip/dev/git-tools/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cecton/git-tools" +[build] +template = "cargo" diff --git a/recipes/wip/dev/necessist/recipe.toml b/recipes/wip/dev/necessist/recipe.toml new file mode 100644 index 00000000..e44760f0 --- /dev/null +++ b/recipes/wip/dev/necessist/recipe.toml @@ -0,0 +1,11 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/trailofbits/necessist" +[build] +template = "custom" +dependencies = [ + "sqlite3", +] +script = """ +cookbook_cargo_packages necessist +""" diff --git a/recipes/wip/dev/resym/recipe.toml b/recipes/wip/dev/resym/recipe.toml new file mode 100644 index 00000000..187ad973 --- /dev/null +++ b/recipes/wip/dev/resym/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ergrelet/resym" +[build] +template = "custom" +script = """ +cookbook_cargo_packages resym resymc +""" diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml new file mode 100644 index 00000000..de3e0bc3 --- /dev/null +++ b/recipes/wip/dev/sccache/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mozilla/sccache" +[build] +template = "cargo" diff --git a/recipes/wip/dev/wasmer/recipe.toml b/recipes/wip/dev/wasmer/recipe.toml new file mode 100644 index 00000000..0a915331 --- /dev/null +++ b/recipes/wip/dev/wasmer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/wasmerio/wasmer" +[build] +template = "cargo" diff --git a/recipes/wip/net/arp-scanner/recipe.toml b/recipes/wip/net/arp-scanner/recipe.toml new file mode 100644 index 00000000..8bc0446d --- /dev/null +++ b/recipes/wip/net/arp-scanner/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kongbytes/arp-scan-rs" +[build] +template = "cargo" diff --git a/recipes/wip/security/apbf/recipe.toml b/recipes/wip/security/apbf/recipe.toml new file mode 100644 index 00000000..c0af6e79 --- /dev/null +++ b/recipes/wip/security/apbf/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://gitlab.com/timvisee/apbf" +[build] +template = "cargo" diff --git a/recipes/wip/security/burrow/recipe.toml b/recipes/wip/security/burrow/recipe.toml new file mode 100644 index 00000000..19b3a43c --- /dev/null +++ b/recipes/wip/security/burrow/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/hackclub/burrow" +[build] +template = "custom" +script = """ +cookbook_cargo_packages burrow +""" diff --git a/recipes/wip/tools/dotr/recipe.toml b/recipes/wip/tools/dotr/recipe.toml new file mode 100644 index 00000000..7a26903c --- /dev/null +++ b/recipes/wip/tools/dotr/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dpc/dotr" +[build] +template = "cargo"