Update recipes

This commit is contained in:
Ribbon 2024-06-08 18:44:01 +00:00
parent 9c5215f89f
commit 785dcfbefb
5 changed files with 11 additions and 4 deletions

View File

@ -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]

View File

@ -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]

View File

@ -3,3 +3,6 @@
git = "https://github.com/orhun/flawz"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

@ -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",
]

View File

@ -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",
]