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
cc929eb183
commit
9ff009f138
5
recipes/wip/crypto/qrscan/recipe.toml
Normal file
5
recipes/wip/crypto/qrscan/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/sayanarijit/qrscan"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/demos/avt/recipe.toml
Normal file
8
recipes/wip/demos/avt/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/asciinema/avt"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples text
|
||||
"""
|
||||
9
recipes/wip/demos/firework-rs/recipe.toml
Normal file
9
recipes/wip/demos/firework-rs/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Wayoung7/firework-rs"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages firework-rs
|
||||
cookbook_cargo_examples fountain heart vortex
|
||||
"""
|
||||
8
recipes/wip/demos/rain/recipe.toml
Normal file
8
recipes/wip/demos/rain/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/saschagrunert/rain"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples demo
|
||||
"""
|
||||
5
recipes/wip/games/open-world/teloren/recipe.toml
Normal file
5
recipes/wip/games/open-world/teloren/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/zesterer/teloren"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/graphics/terminal/kakikun/recipe.toml
Normal file
5
recipes/wip/graphics/terminal/kakikun/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/file-acomplaint/kakikun"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/image/other/sic/recipe.toml
Normal file
5
recipes/wip/image/other/sic/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/foresterre/sic"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/bittorrent/transg-tui/recipe.toml
Normal file
8
recipes/wip/net/bittorrent/transg-tui/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/PanAeon/transg-tui"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
5
recipes/wip/news/tuifeed/recipe.toml
Normal file
5
recipes/wip/news/tuifeed/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/veeso/tuifeed"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/search/scout/recipe.toml
Normal file
5
recipes/wip/search/scout/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jhbabon/scout"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/ssh/fastssh/recipe.toml
Normal file
5
recipes/wip/ssh/fastssh/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Julien-R44/fast-ssh"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/storage/wiper/recipe.toml
Normal file
5
recipes/wip/storage/wiper/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ikebastuz/wiper"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/time/rsclock/recipe.toml
Normal file
5
recipes/wip/time/rsclock/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/valebes/rsClock"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user