diff --git a/recipes/wip/libs/libpcsclite/recipe.toml b/recipes/wip/libs/libpcsclite/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0ddfc5190c9a5ecf5eac4d38ff4c6726dd8b2b7e --- /dev/null +++ b/recipes/wip/libs/libpcsclite/recipe.toml @@ -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" diff --git a/recipes/wip/security/veracrypt/recipe.toml b/recipes/wip/security/veracrypt/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..94fb9b6d639b3bc433e76ca6d3ccf24c4e88abb7 --- /dev/null +++ b/recipes/wip/security/veracrypt/recipe.toml @@ -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", +] diff --git a/recipes/wip/tools/tinywasm/recipe.toml b/recipes/wip/tools/tinywasm/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1eb5f37fb666dd53df4fe57d1ffc6271fa1fb518 --- /dev/null +++ b/recipes/wip/tools/tinywasm/recipe.toml @@ -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 +"""