mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
add recipes
This commit is contained in:
parent
5257e21297
commit
72d5b757d6
8
recipes/wip/benchmarks/divan/recipe.toml
Normal file
8
recipes/wip/benchmarks/divan/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nvzqz/divan"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages examples
|
||||
"""
|
||||
5
recipes/wip/dev/rgit/recipe.toml
Normal file
5
recipes/wip/dev/rgit/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/w4/rgit"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/boringtun/recipe.toml
Normal file
8
recipes/wip/net/boringtun/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cloudflare/boringtun"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages boringtun-cli
|
||||
"""
|
||||
5
recipes/wip/net/dufs/recipe.toml
Normal file
5
recipes/wip/net/dufs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sigoden/dufs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/rix/recipe.toml
Normal file
5
recipes/wip/tools/rix/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/urbas/rix"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/video/lecturecut/recipe.toml
Normal file
5
recipes/wip/video/lecturecut/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/LectureCut/CLI"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user