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
5807062d57
commit
9399bbef22
5
recipes/wip/files/lsv/recipe.toml
Normal file
5
recipes/wip/files/lsv/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/SecretDeveloper/lsv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/lang/uroman-rs/recipe.toml
Normal file
5
recipes/wip/lang/uroman-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/stellanomia/uroman-rs"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/terminal/fsel/recipe.toml
Normal file
5
recipes/wip/terminal/fsel/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Mjoyufull/fsel"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/terminal/otter-launcher/recipe.toml
Normal file
10
recipes/wip/terminal/otter-launcher/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/kuokuo123/otter-launcher"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/share/otter-launcher"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/contrib/* "${COOKBOOK_STAGE}/usr/share/otter-launcher"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user