mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Update recipes
This commit is contained in:
parent
4e29b6c953
commit
d472a1e15d
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/SpectralOps/keyscope"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages keyscope
|
||||
"""
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make libnettle work
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libnettle",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user