mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
add recipes
This commit is contained in:
parent
6dcea4b131
commit
2d4e4f30e7
5
recipes/wip/libs/libpcsclite/recipe.toml
Normal file
5
recipes/wip/libs/libpcsclite/recipe.toml
Normal 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"
|
||||
10
recipes/wip/security/veracrypt/recipe.toml
Normal file
10
recipes/wip/security/veracrypt/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/tools/tinywasm/recipe.toml
Normal file
8
recipes/wip/tools/tinywasm/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user