mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add recipes
This commit is contained in:
parent
ab60a07ee3
commit
b9e8b300ad
5
recipes/wip/dev/cargo-all-features/recipe.toml
Normal file
5
recipes/wip/dev/cargo-all-features/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/frewsxcv/cargo-all-features"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-careful/recipe.toml
Normal file
5
recipes/wip/dev/cargo-careful/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/RalfJung/cargo-careful"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-llvm-lines/recipe.toml
Normal file
5
recipes/wip/dev/cargo-llvm-lines/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dtolnay/cargo-llvm-lines"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/cargo-public-api/recipe.toml
Normal file
8
recipes/wip/dev/cargo-public-api/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Enselic/cargo-public-api"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-public-api
|
||||
"""
|
||||
5
recipes/wip/dev/cargo-spellcheck/recipe.toml
Normal file
5
recipes/wip/dev/cargo-spellcheck/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/drahnr/cargo-spellcheck"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-supply-chain/recipe.toml
Normal file
5
recipes/wip/dev/cargo-supply-chain/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-secure-code/cargo-supply-chain"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-tally/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tally/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/dtolnay/cargo-tally"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-wizard/recipe.toml
Normal file
5
recipes/wip/dev/cargo-wizard/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kobzol/cargo-wizard"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/panamax/recipe.toml
Normal file
5
recipes/wip/dev/panamax/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/panamax-rs/panamax"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rust-script/recipe.toml
Normal file
5
recipes/wip/dev/rust-script/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/fornwall/rust-script"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/scriptisto/recipe.toml
Normal file
5
recipes/wip/dev/scriptisto/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/igor-petruk/scriptisto"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user