mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-libs/aws-c-cal: new package, add 0.9.10
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
parent
e1a5babccd
commit
565fe49326
1
dev-libs/aws-c-cal/Manifest
Normal file
1
dev-libs/aws-c-cal/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST aws-c-cal-0.9.10.tar.gz 1699147 BLAKE2B c37ddd5ea30c2d429599cc6d0b7fd087a3a135382bdb38790fb605e5b80f263af5e78e4266f3fd9a2bb01c466d19e6db66100bd82e50eb42292629d01d5637fd SHA512 50e146a3c3ca62347e68d1a30323c8b095d78e31e5f3d0f3c66f87acac684338fef352225d0af94768b4a4bc182193a1b4d198b78385d97c00933f795869ab47
|
||||
27
dev-libs/aws-c-cal/aws-c-cal-0.9.10.ebuild
Normal file
27
dev-libs/aws-c-cal/aws-c-cal-0.9.10.ebuild
Normal 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
|
||||
}
|
||||
11
dev-libs/aws-c-cal/metadata.xml
Normal file
11
dev-libs/aws-c-cal/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-c-cal</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user