dev-libs/aws-c-cal: new package, add 0.9.10

Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
Jaco Kroon 2025-11-10 09:26:53 +02:00
parent e1a5babccd
commit 565fe49326
No known key found for this signature in database
GPG Key ID: BB24E3E3D99148AE
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST aws-c-cal-0.9.10.tar.gz 1699147 BLAKE2B c37ddd5ea30c2d429599cc6d0b7fd087a3a135382bdb38790fb605e5b80f263af5e78e4266f3fd9a2bb01c466d19e6db66100bd82e50eb42292629d01d5637fd SHA512 50e146a3c3ca62347e68d1a30323c8b095d78e31e5f3d0f3c66f87acac684338fef352225d0af94768b4a4bc182193a1b4d198b78385d97c00933f795869ab47

View File

@ -0,0 +1,27 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="AWS C CAL: AWS Crypto Abstraction Layer."
HOMEPAGE="https://github.com/awslabs/aws-c-cal"
SRC_URI="https://github.com/awslabs/aws-c-cal/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
inherit cmake
LICENSE="Apache-2.0"
SLOT="0/1"
KEYWORDS="~amd64"
DEPEND="dev-libs/aws-c-common:=
dev-libs/openssl:="
RDEPEND="${DEPEND}"
BDEPEND="dev-libs/aws-c-common"
src_configure()
{
local mycmakeargs=(
-DUSE_OPENSSL=ON
)
cmake_src_configure
}

View 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-c-cal</remote-id>
</upstream>
</pkgmetadata>