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
f74f642705
commit
7ee1fa9a96
9
recipes/wip/games/leafish/recipe.toml
Normal file
9
recipes/wip/games/leafish/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Lea-fish/Leafish"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"openssl1",
|
||||
]
|
||||
5
recipes/wip/tools/rusync/recipe.toml
Normal file
5
recipes/wip/tools/rusync/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/your-tools/rusync"
|
||||
[build]
|
||||
template = "cargo"
|
||||
12
recipes/wip/tools/skyspell/recipe.toml
Normal file
12
recipes/wip/tools/skyspell/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation
|
||||
[source]
|
||||
git = "https://github.com/your-tools/skyspell"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
"enchant",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages skyspell
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user