Add recipes

This commit is contained in:
Ribbon 2025-05-26 14:03:44 -03:00
parent cbc2821e2f
commit 41ccd31eb0
12 changed files with 80 additions and 0 deletions

View File

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

View File

@ -0,0 +1,6 @@
#TODO not compiled or tested
#TODO use the "dbgo" profile
[source]
git = "https://github.com/al13n321/nnd"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/BersisSe/feather-cli"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/nik-rev/patchy"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/theseus-rs/ristretto"
[build]
template = "custom"
script = """
cookbook_cargo_packages ristretto_cli
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/trailofbits/dylint"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-dylint dylint-link
"""

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
#TODO require transmission-daemon
[source]
git = "https://github.com/davimf721/KelpsGet"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/VirusTotal/yara-x"
[build]
template = "custom"
script = """
cookbook_cargo_packages yara-x-cli
"""

View File

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

View File

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

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://codeberg.org/simonrepp/faircamp"
[build]
template = "cargo"