mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add recipes
This commit is contained in:
parent
cbc2821e2f
commit
41ccd31eb0
8
recipes/wip/db/limbo/recipe.toml
Normal file
8
recipes/wip/db/limbo/recipe.toml
Normal 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
|
||||
"""
|
||||
6
recipes/wip/dev/debug/nnd/recipe.toml
Normal file
6
recipes/wip/dev/debug/nnd/recipe.toml
Normal 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"
|
||||
5
recipes/wip/dev/framework/feather/recipe.toml
Normal file
5
recipes/wip/dev/framework/feather/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/BersisSe/feather-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-tools/patchy/recipe.toml
Normal file
5
recipes/wip/dev/git-tools/patchy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nik-rev/patchy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/lang/ristrettto/recipe.toml
Normal file
8
recipes/wip/dev/lang/ristrettto/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/dev/rust-tools/dylint/recipe.toml
Normal file
8
recipes/wip/dev/rust-tools/dylint/recipe.toml
Normal 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
|
||||
"""
|
||||
9
recipes/wip/net/download/kelpsget/recipe.toml
Normal file
9
recipes/wip/net/download/kelpsget/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/security/yara-x/recipe.toml
Normal file
8
recipes/wip/security/yara-x/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/terminal/scooter/recipe.toml
Normal file
8
recipes/wip/terminal/scooter/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/text/edit/recipe.toml
Normal file
5
recipes/wip/text/edit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/microsoft/edit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/text/ripwc/recipe.toml
Normal file
5
recipes/wip/text/ripwc/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/LuminousToaster/ripwc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/web/faircamp/recipe.toml
Normal file
5
recipes/wip/web/faircamp/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://codeberg.org/simonrepp/faircamp"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user