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
897adc9f58
commit
3010658d6a
5
recipes/wip/dev/auto-commit/recipe.toml
Normal file
5
recipes/wip/dev/auto-commit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/m1guelpf/auto-commit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/bender/recipe.toml
Normal file
5
recipes/wip/dev/bender/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pulp-platform/bender"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/code-minimap/recipe.toml
Normal file
5
recipes/wip/dev/code-minimap/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/wfxr/code-minimap"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/git-tool/recipe.toml
Normal file
5
recipes/wip/dev/git-tool/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SierraSoftworks/git-tool"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/grcov/recipe.toml
Normal file
5
recipes/wip/dev/grcov/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mozilla/grcov"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/graphics/ocrs/recipe.toml
Normal file
8
recipes/wip/graphics/ocrs/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/robertknight/ocrs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages ocrs-cli
|
||||
"""
|
||||
8
recipes/wip/math/rink/recipe.toml
Normal file
8
recipes/wip/math/rink/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tiffany352/rink-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cli
|
||||
"""
|
||||
5
recipes/wip/security/keyscope/recipe.toml
Normal file
5
recipes/wip/security/keyscope/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SpectralOps/keyscope"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/conserve/recipe.toml
Normal file
5
recipes/wip/tools/conserve/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sourcefrog/conserve"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/fennec/recipe.toml
Normal file
5
recipes/wip/tools/fennec/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/AbdulRhmanAlfaifi/Fennec"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user