diff --git a/recipes/wip/dev/alquitran/recipe.toml b/recipes/wip/dev/alquitran/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..081dbeed562ca1d6e39da252aac0c202fc367c21 --- /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 0000000000000000000000000000000000000000..c61f957c6af7eb6931d107b297225923fed8056a --- /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 0000000000000000000000000000000000000000..e44760f009f749ab5a358fcf91aeee29df65f646 --- /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 0000000000000000000000000000000000000000..187ad973ce6d937f63e6b11dc7aeb5004ecff79f --- /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 0000000000000000000000000000000000000000..de3e0bc3359ac973cdc6a328d9b951229e12833e --- /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 0000000000000000000000000000000000000000..0a9153311c5539cefae91539ce2fe5475cc6b570 --- /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 0000000000000000000000000000000000000000..8bc0446d79f43a3dfebab34f3b96bd5833dca0b8 --- /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 0000000000000000000000000000000000000000..c0af6e79fef41ca6637440668843579062899f9d --- /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 0000000000000000000000000000000000000000..19b3a43c3f3ecb0157129b972abcfc5986bd3d43 --- /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 0000000000000000000000000000000000000000..7a26903cc07cae339dec626b02ddaf1a9d2d00e1 --- /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"