# Copyright 2023 Lucas Ransan # Distributed under the terms of the GNU General Public License v2 require cmake github [ user=awslabs tag=v${PV} ] SUMMARY="This is a module for the AWS SDK for C" DESCRIPTION=" This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols. " LICENCES="Apache-2.0" SLOT="0" PLATFORMS="~amd64" MYOPTIONS="" DEPENDENCIES=" build+run: dev-libs/aws-c-cal dev-libs/aws-c-common dev-libs/s2n-tls " CMAKE_SRC_CONFIGURE_PARAMS=( '-DBUILD_SHARED_LIBS:BOOL=TRUE' )