diff --git a/recipes/bcrypt/env.sh b/recipes/bcrypt/env.sh new file mode 100644 index 0000000..2ba7c23 --- /dev/null +++ b/recipes/bcrypt/env.sh @@ -0,0 +1,4 @@ +export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' +export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && cp /usr/lib64/pkgconfig/openssl11.pc /usr/lib64/pkgconfig/openssl.pc && curl https://sh.rustup.rs -sSf | sh -s -- -y' +export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin' diff --git a/recipes/bcrypt/meta.yaml b/recipes/bcrypt/meta.yaml new file mode 100644 index 0000000..1a92ad9 --- /dev/null +++ b/recipes/bcrypt/meta.yaml @@ -0,0 +1,4 @@ +--- +name: bcrypt +version: 4.2.0 +