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
87fa597911
commit
9416c88e8d
8
recipes/wip/demos/uniocr/recipe.toml
Normal file
8
recipes/wip/demos/uniocr/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mediar-ai/uniOCR"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_examples basic batch_processing
|
||||
"""
|
||||
11
recipes/wip/image/other/ferrishot/recipe.toml
Normal file
11
recipes/wip/image/other/ferrishot/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nik-rev/ferrishot"
|
||||
[build]
|
||||
dependencies = [
|
||||
"mesa",
|
||||
"libx11",
|
||||
"libwayland",
|
||||
"libxcb",
|
||||
]
|
||||
template = "cargo"
|
||||
5
recipes/wip/net/remote/shared/recipe.toml
Normal file
5
recipes/wip/net/remote/shared/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mateolafalce/shared"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/sound/shezem-rs/recipe.toml
Normal file
5
recipes/wip/sound/shezem-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kither12/shezem-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/terminal/countryfetch/recipe.toml
Normal file
8
recipes/wip/terminal/countryfetch/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/nik-rev/countryfetch"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages countryfetch
|
||||
"""
|
||||
5
recipes/wip/tui/regname/recipe.toml
Normal file
5
recipes/wip/tui/regname/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/linkdd/regname"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user