mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-libs/aws-crt-cpp: add 0.34.3
Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
This commit is contained in:
41
dev-libs/aws-crt-cpp/aws-crt-cpp-0.34.3.ebuild
Normal file
41
dev-libs/aws-crt-cpp/aws-crt-cpp-0.34.3.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Core CRT package for AWS SDK for C"
|
||||
HOMEPAGE="https://github.com/awslabs/aws-crt-cpp"
|
||||
SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/aws-c-auth:=
|
||||
dev-libs/aws-c-cal:=
|
||||
dev-libs/aws-c-common:=
|
||||
dev-libs/aws-c-compression:=
|
||||
dev-libs/aws-c-http:=
|
||||
dev-libs/aws-c-io:=
|
||||
dev-libs/aws-c-mqtt:=
|
||||
dev-libs/aws-c-s3:=
|
||||
dev-libs/aws-c-event-stream:=
|
||||
dev-libs/aws-c-sdkutils:=
|
||||
dev-libs/aws-checksums:=
|
||||
dev-libs/s2n:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
-DBUILD_DEPS=OFF
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user