Add recipes

This commit is contained in:
Ribbon 2024-06-22 01:26:42 +00:00
parent f6967275d5
commit c126dc2d97
6 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/crabnebula-dev/cargo-packager"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-packager
"""

View File

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

View File

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

View File

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

View File

@ -0,0 +1,5 @@
#TODO port to redox
[source]
git = "https://github.com/pythops/impala"
[build]
template = "cargo"

View File

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