diff --git a/recipes/block_encrypt/recipe.sh b/recipes/block_encrypt/recipe.sh new file mode 100644 index 0000000000000000000000000000000000000000..e698ea4ae31cd1e004093089c4a35553a9378b6b --- /dev/null +++ b/recipes/block_encrypt/recipe.sh @@ -0,0 +1,3 @@ +GIT=https://github.com/tomasritter/block_encrypt.git +CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C target-feature=+aes" xargo) +