mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
add recipes
This commit is contained in:
parent
0238ca6a28
commit
07dce1c599
6
recipes/wip/demos/tenki/recipe.toml
Normal file
6
recipes/wip/demos/tenki/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ckaznable/tenki"
|
||||
rev = "f59ba2125d46bc22680a4d2ee63b5ce864e00209"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/security/cve-rs/recipe.toml
Normal file
5
recipes/wip/security/cve-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Speykious/cve-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tui/rust-kanban/recipe.toml
Normal file
5
recipes/wip/tui/rust-kanban/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/yashs662/rust_kanban"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/tui/syndicationd/recipe.toml
Normal file
8
recipes/wip/tui/syndicationd/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ymgyt/syndicationd"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages synd-term
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user