Add recipes

This commit is contained in:
Ribbon 2024-05-12 03:39:29 +00:00
parent b9b43f7043
commit d098bad2dc
10 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ferivoz/alquitran"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/cecton/git-tools"
[build]
template = "cargo"

View File

@ -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
"""

View File

@ -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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/mozilla/sccache"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/wasmerio/wasmer"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/kongbytes/arp-scan-rs"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://gitlab.com/timvisee/apbf"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/hackclub/burrow"
[build]
template = "custom"
script = """
cookbook_cargo_packages burrow
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dpc/dotr"
[build]
template = "cargo"