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
95cbdc87ec
commit
a652fbc0a9
5
recipes/wip/benchmarks/glassbench/recipe.toml
Normal file
5
recipes/wip/benchmarks/glassbench/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Canop/glassbench"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-clone-crate/recipe.toml
Normal file
5
recipes/wip/dev/cargo-clone-crate/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ehuss/cargo-clone-crate"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-get/recipe.toml
Normal file
5
recipes/wip/dev/cargo-get/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nicolaiunrein/cargo-get"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-qtest/recipe.toml
Normal file
5
recipes/wip/dev/cargo-qtest/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/onur-ozkan/cargo-qtest"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/cargo-whatfeatures/recipe.toml
Normal file
8
recipes/wip/dev/cargo-whatfeatures/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/museun/cargo-whatfeatures"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --features rustls
|
||||
"""
|
||||
8
recipes/wip/dev/kondo/recipe.toml
Normal file
8
recipes/wip/dev/kondo/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/tbillington/kondo"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages kondo
|
||||
"""
|
||||
8
recipes/wip/dev/rust-to-npm/recipe.toml
Normal file
8
recipes/wip/dev/rust-to-npm/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/a11ywatch/rust-to-npm"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user