mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Add recipes
This commit is contained in:
parent
649afc4d17
commit
e745391a02
8
recipes/wip/net/sharing/gday/recipe.toml
Normal file
8
recipes/wip/net/sharing/gday/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/manforowicz/gday"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages gday gday_server
|
||||
"""
|
||||
5
recipes/wip/terminal/lk/recipe.toml
Normal file
5
recipes/wip/terminal/lk/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jamescoleuk/lk"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user