mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Update recipes
This commit is contained in:
parent
9c5215f89f
commit
785dcfbefb
@ -1,4 +1,4 @@
|
||||
#TODO probably wrong template
|
||||
#TODO require POSIX threads support
|
||||
[source]
|
||||
tar = "https://pcsclite.apdu.fr/files/pcsc-lite-2.0.3.tar.bz2"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO yara-sys crate error (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/ex0dus-0x/binsec"
|
||||
[build]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
git = "https://github.com/orhun/flawz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make the libpcsclite dependency work
|
||||
[source]
|
||||
git = "https://gitlab.com/openpgp-ca/openpgp-ca"
|
||||
[build]
|
||||
@ -8,4 +8,5 @@ cookbook_cargo_packages openpgp-ca openpgp-ca-restd
|
||||
"""
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"libpcsclite",
|
||||
]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make libnettle work
|
||||
[source]
|
||||
git = "https://gitlab.com/sequoia-pgp/sequoia-sqv"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libnettle",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user