new recipes

This commit is contained in:
Ribbon 2023-12-28 00:57:47 +00:00
parent f1336e9131
commit 5590903871
2 changed files with 17 additions and 0 deletions

View 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
"""

View 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
"""