mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
11 lines
321 B
TOML
11 lines
321 B
TOML
#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",
|
|
]
|