mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-cpp/aws-crt-cpp: new package, add 0.35.2
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
parent
eb02a388fe
commit
603acba013
1
dev-cpp/aws-crt-cpp/Manifest
Normal file
1
dev-cpp/aws-crt-cpp/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST aws-crt-cpp-0.35.2.tar.gz 377493 BLAKE2B d37e234702cc3613d5cd11612007275482524a6d83846854d4446942dcfc1ca6340c64176b0aa8929b60bd7aae9e9800b7c41bcb190063a852b1571a6149e945 SHA512 4c788fab14004939f9c780ed4178f07248cdbe6b462957dfb4cff0025da2642a108b90e9192f064c89e5d8f61dbc57fb5dfa1adf3ea36246eb8de2fc6a7f28ab
|
||||
37
dev-cpp/aws-crt-cpp/aws-crt-cpp-0.35.2.ebuild
Normal file
37
dev-cpp/aws-crt-cpp/aws-crt-cpp-0.35.2.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="C++ wrapper around the aws-c-* libraries"
|
||||
HOMEPAGE="https://github.com/awslabs/aws-crt-cpp"
|
||||
SRC_URI="https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
inherit cmake
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/aws-c-auth:=
|
||||
dev-libs/aws-c-cal:=
|
||||
dev-libs/aws-c-common:=
|
||||
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-checksums:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/aws-c-common"
|
||||
|
||||
src_configure()
|
||||
{
|
||||
local mycmakeargs=(
|
||||
-DBUILD_DEPS=OFF # disable embedded 3rd-party repositories.
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
11
dev-cpp/aws-crt-cpp/metadata.xml
Normal file
11
dev-cpp/aws-crt-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">awslabs/aws-crt-cpp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user