# Copyright 2023 Lucas Ransan # Distributed under the terms of the GNU General Public License v2 require cmake github [ user=awslabs tag=v${PV} ] SUMMARY="Aws Crypto Abstraction Layer" DESCRIPTION=" Aws Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives. " LICENCES="Apache-2.0" SLOT="0" PLATFORMS="~amd64" MYOPTIONS=" ( providers: libressl openssl ) [[ number-selected = exactly-one ]] " DEPENDENCIES=" build+run: dev-libs/aws-c-common providers:libressl? ( dev-libs/libressl:= ) providers:openssl? ( dev-libs/openssl:= ) " CMAKE_SRC_CONFIGURE_PARAMS=( '-DBUILD_SHARED_LIBS:BOOL=TRUE' )