mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-cpp/aws-c-common: new package, add 0.12.5
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
parent
f4e7f4bb7f
commit
b45cd70a32
1
dev-libs/aws-c-common/Manifest
Normal file
1
dev-libs/aws-c-common/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST aws-c-common-0.12.5.tar.gz 627705 BLAKE2B e3aabd690ee377affa499bb38f8bfc65dd42edd49eb4e36a4ca6234f5c195130e642e14deb940f0b245f7b4d0ef374d9ccf19f3a68822e06df884be02b50f406 SHA512 3f211e4d7737e756b6bda0de965570c3c04588e4f10dddf17f21ced1937a8dc6ddb5aeca52b96d7ead3cfb53e05ad99155d17045ea0da7f964372357046041ca
|
||||
14
dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild
Normal file
14
dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Core c99 package for AWS SDK for C."
|
||||
HOMEPAGE="https://github.com/awslabs/aws-c-common"
|
||||
SRC_URI="https://github.com/awslabs/aws-c-common/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
inherit cmake
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0/1"
|
||||
KEYWORDS="~amd64"
|
||||
11
dev-libs/aws-c-common/metadata.xml
Normal file
11
dev-libs/aws-c-common/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-common</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user