diff --git a/dev-libs/aws-c-cal/Manifest b/dev-libs/aws-c-cal/Manifest new file mode 100644 index 0000000000..2b68516dde --- /dev/null +++ b/dev-libs/aws-c-cal/Manifest @@ -0,0 +1 @@ +DIST aws-c-cal-0.9.2.tar.gz 1686368 BLAKE2B a96b5085cf8f20d854374bf095fa5e32e9a71813935d8ea319a7cdf216afd4b3299ccc5f0996e3932a91021d53435c49846326967a2c652049f096e795bc614a SHA512 c63d7efb776e30d0bc4e71b189b6e3af09514ae1f25e503b61902fc7610b036ece0b746c09dd1f55b317ac6f2856b5ee93d7e2186ae00ea32ee9e6e2df31e474 diff --git a/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild b/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild new file mode 100644 index 0000000000..ecb7287b57 --- /dev/null +++ b/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Crypto Abstraction Layer: Cross-Platform C99 wrapper for cryptography primitives" +HOMEPAGE="https://github.com/awslabs/aws-c-cal" +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-common:= + dev-libs/openssl:= +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-libs/aws-c-cal/metadata.xml b/dev-libs/aws-c-cal/metadata.xml new file mode 100644 index 0000000000..6a1d8151d4 --- /dev/null +++ b/dev-libs/aws-c-cal/metadata.xml @@ -0,0 +1,11 @@ + + + + + trakrailysurely@danceylove.net + Okamura Kazuya + + + awslabs/aws-c-cal + +