mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
new recipes
This commit is contained in:
parent
f1336e9131
commit
5590903871
9
recipes/wip/moon/recipe.toml
Normal file
9
recipes/wip/moon/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/moonrepo/moon"
|
||||
rev = "2d60d2cff16b37063ec5242451d086871bce7fd5"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages moon_cli
|
||||
"""
|
||||
8
recipes/wip/proto/recipe.toml
Normal file
8
recipes/wip/proto/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/moonrepo/proto/releases/download/v0.26.2/source.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages proto_cli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user