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
f6967275d5
commit
c126dc2d97
8
recipes/wip/dev/cargo-packager/recipe.toml
Normal file
8
recipes/wip/dev/cargo-packager/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/graphics/lpl/recipe.toml
Normal file
5
recipes/wip/graphics/lpl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SOF3/lpl"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/devserver/recipe.toml
Normal file
5
recipes/wip/net/devserver/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kettle11/devserver"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/http-server-rs/recipe.toml
Normal file
5
recipes/wip/net/http-server-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/http-server-rs/http-server"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/impala/recipe.toml
Normal file
5
recipes/wip/net/impala/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO port to redox
|
||||
[source]
|
||||
git = "https://github.com/pythops/impala"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/sig/recipe.toml
Normal file
5
recipes/wip/tools/sig/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ynqa/sig"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user