mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
b9b43f7043
commit
d098bad2dc
5
recipes/wip/dev/alquitran/recipe.toml
Normal file
5
recipes/wip/dev/alquitran/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ferivoz/alquitran"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-tools/recipe.toml
Normal file
5
recipes/wip/dev/git-tools/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cecton/git-tools"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/dev/necessist/recipe.toml
Normal file
11
recipes/wip/dev/necessist/recipe.toml
Normal 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
|
||||
"""
|
||||
8
recipes/wip/dev/resym/recipe.toml
Normal file
8
recipes/wip/dev/resym/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/dev/sccache/recipe.toml
Normal file
5
recipes/wip/dev/sccache/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mozilla/sccache"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/wasmer/recipe.toml
Normal file
5
recipes/wip/dev/wasmer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wasmerio/wasmer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/arp-scanner/recipe.toml
Normal file
5
recipes/wip/net/arp-scanner/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kongbytes/arp-scan-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/apbf/recipe.toml
Normal file
5
recipes/wip/security/apbf/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://gitlab.com/timvisee/apbf"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/security/burrow/recipe.toml
Normal file
8
recipes/wip/security/burrow/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/tools/dotr/recipe.toml
Normal file
5
recipes/wip/tools/dotr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dpc/dotr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user