mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add recipes
This commit is contained in:
parent
fbbecfe1b6
commit
ebb7692080
8
recipes/wip/dev/cargo-clone/recipe.toml
Normal file
8
recipes/wip/dev/cargo-clone/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/JanLikar/cargo-clone"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-clone
|
||||
"""
|
||||
5
recipes/wip/dev/cargo-patch/recipe.toml
Normal file
5
recipes/wip/dev/cargo-patch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/itmettkeDE/cargo-patch"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user