mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add recipes
This commit is contained in:
parent
b9e8b300ad
commit
6c8f7dd7b3
5
recipes/wip/dev/cargo-bloat/recipe.toml
Normal file
5
recipes/wip/dev/cargo-bloat/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/RazrFalcon/cargo-bloat"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/cargo-dist/recipe.toml
Normal file
8
recipes/wip/dev/cargo-dist/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/axodotdev/cargo-dist"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-dist
|
||||
"""
|
||||
5
recipes/wip/dev/cargo-leptos/recipe.toml
Normal file
5
recipes/wip/dev/cargo-leptos/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/leptos-rs/cargo-leptos"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-license/recipe.toml
Normal file
5
recipes/wip/dev/cargo-license/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/onur/cargo-license"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-llvm-cov/recipe.toml
Normal file
5
recipes/wip/dev/cargo-llvm-cov/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/taiki-e/cargo-llvm-cov"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-modules/recipe.toml
Normal file
5
recipes/wip/dev/cargo-modules/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/regexident/cargo-modules"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/cargo-udeps/recipe.toml
Normal file
5
recipes/wip/dev/cargo-udeps/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/est31/cargo-udeps"
|
||||
[build]
|
||||
template = "cargo"
|
||||
11
recipes/wip/dev/cargo-update/recipe.toml
Normal file
11
recipes/wip/dev/cargo-update/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nabijaczleweli/cargo-update"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"curl",
|
||||
"openssl1",
|
||||
"libssh2",
|
||||
"libgit2",
|
||||
]
|
||||
5
recipes/wip/dev/ktra/recipe.toml
Normal file
5
recipes/wip/dev/ktra/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/moriturus/ktra"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/dev/twiggy/recipe.toml
Normal file
8
recipes/wip/dev/twiggy/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rustwasm/twiggy"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages twiggy
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user