Add recipes

This commit is contained in:
Ribbon 2024-04-21 14:48:35 +00:00
parent f74f642705
commit 7ee1fa9a96
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Lea-fish/Leafish"
[build]
template = "cargo"
dependencies = [
"gtk3",
"openssl1",
]

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/your-tools/rusync"
[build]
template = "cargo"

View 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
"""