add recipes

This commit is contained in:
Ribbon 2024-02-28 20:55:20 +00:00
parent 51af072ade
commit 0f2eccb10b
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Amjad50/Trapezoid"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/TheWaWaR/simple-http-server"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/PolyMeilex/Neothesia"
[build]
template = "custom"
script = """
cookbook_cargo_packages neothesia
"""

View File

@ -0,0 +1,11 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/RainbowCookie32/rusty-psn"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo --features cli
"""

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/RainbowCookie32/rusty-psn"
[build]
template = "cargo"
dependencies = [
"openssl1",
]