mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
badf148035
commit
2458a4ecd4
5
recipes/wip/dev/cargo-tools/crunch/recipe.toml
Normal file
5
recipes/wip/dev/cargo-tools/crunch/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/liamaharon/crunch-cli"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/download/kitget/recipe.toml
Normal file
5
recipes/wip/net/download/kitget/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/adamperkowski/kitget"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/lan/lantun/recipe.toml
Normal file
8
recipes/wip/net/lan/lantun/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/maxomatic458/lantun"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages lantun-cli
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user