mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-cpp/aws-sdk-cpp: new package, add 1.11.686
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
parent
603acba013
commit
26e2d60e6d
1
dev-cpp/aws-sdk-cpp/Manifest
Normal file
1
dev-cpp/aws-sdk-cpp/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST aws-sdk-cpp-1.11.686.tar.gz 77268552 BLAKE2B 0edb3518e270bd99e3cc2463fd96eb5750e8b89ecbaa1e834b118b710a1f54264c4b4aa0de43c5aefac5a8acafaae1862701b5bdd9d2fd6f089c463be104f4a1 SHA512 c4e1922e35e9316895a13d0c42039cc64e54f34531cb8f89b0609f79c648de9a1d3bc4021003f7b9f54763d6bc889049c27ff9727e29aafca3074890453604ac
|
||||
39
dev-cpp/aws-sdk-cpp/aws-sdk-cpp-1.11.686.ebuild
Normal file
39
dev-cpp/aws-sdk-cpp/aws-sdk-cpp-1.11.686.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="AWS SDK for C++"
|
||||
HOMEPAGE="https://github.com/aws/aws-sdk-cpp"
|
||||
SRC_URI="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
inherit cmake
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-cpp/aws-crt-cpp:=
|
||||
dev-libs/aws-c-auth:=
|
||||
dev-libs/aws-c-common:=
|
||||
dev-libs/aws-c-compression:=
|
||||
dev-libs/aws-c-event-stream:=
|
||||
dev-libs/aws-c-http:=
|
||||
dev-libs/aws-c-io:=
|
||||
dev-libs/aws-c-mqtt:=
|
||||
dev-libs/aws-c-s3:=
|
||||
dev-libs/aws-c-sdkutils:=
|
||||
dev-libs/aws-checksums:=
|
||||
net-misc/curl:=
|
||||
virtual/zlib:="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/aws-c-common"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLEGACY_BUILD=ON
|
||||
-DBUILD_DEPS=OFF # disable embedded 3rd-party repositories.
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
11
dev-cpp/aws-sdk-cpp/metadata.xml
Normal file
11
dev-cpp/aws-sdk-cpp/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>jkroon@gentoo.org</email>
|
||||
<name>Jaco Kroon</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">aws/aws-sdk-cpp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user