add recipes

This commit is contained in:
Ribbon 2024-03-10 16:42:23 +00:00
parent 6dcea4b131
commit 2d4e4f30e7
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO probably wrong template
[source]
tar = "https://pcsclite.apdu.fr/files/pcsc-lite-2.0.3.tar.bz2"
[build]
template = "configure"

View File

@ -0,0 +1,10 @@
#TODO missing script for GNU Make, see https://www.veracrypt.fr/en/CompilingGuidelineLinux.html#CompileVeraCrypt
[source]
tar = "https://launchpad.net/veracrypt/trunk/1.26.7/+download/VeraCrypt_1.26.7_Source.tar.bz2"
[build]
template = "custom"
dependencies = [
"libfuse3",
"libpcsclite",
"wxwidgets-gtk3",
]

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/explodingcamera/tinywasm"
[build]
template = "custom"
script = """
cookbook_cargo_packages tinywasm-cli
"""