mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Add recipes
This commit is contained in:
parent
d9bcdb8011
commit
897adc9f58
9
recipes/wip/dev/cargo-workspaces/recipe.toml
Normal file
9
recipes/wip/dev/cargo-workspaces/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pksunkara/cargo-workspaces"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/cargo-workspaces
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/dev/git-grab/recipe.toml
Normal file
5
recipes/wip/dev/git-grab/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wezm/git-grab"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/xbuild/recipe.toml
Normal file
8
recipes/wip/dev/xbuild/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-mobile/xbuild"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages xbuild
|
||||
"""
|
||||
5
recipes/wip/net/updns/recipe.toml
Normal file
5
recipes/wip/net/updns/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wyhaya/updns"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/eureka/recipe.toml
Normal file
5
recipes/wip/tools/eureka/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/simeg/eureka"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/scrying/recipe.toml
Normal file
5
recipes/wip/tools/scrying/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nccgroup/scrying"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/teip/recipe.toml
Normal file
5
recipes/wip/tools/teip/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/greymd/teip"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user