dev-libs/aws-c-http: new package, add 0.10.7

Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
Jaco Kroon
2025-11-10 11:46:03 +02:00
parent 169e76cc8a
commit fa21f19cdb
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST aws-c-http-0.10.7.tar.gz 500595 BLAKE2B 22865ede99bd421856b7c2462594f2643b8bf8ad0a1b49c56bb44f8b0ecaebc03f0f2459eaa135030767f7f8ca303f65e725a5e89622e361b762941d760edc4a SHA512 8f07b9c5d9b315d5beba79f8f0dc583fdb0466843fb0caef792bbb4e7db5f261abd4850929f8b3ca81b9eaf4efcf7e63564891586ac2dd7796e3eb797ddecf99

View File

@@ -0,0 +1,20 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="AWS C Http: C99 implementation of the HTTP/1.1 and HTTP/2 specifications"
HOMEPAGE="https://github.com/awslabs/aws-c-http"
SRC_URI="https://github.com/awslabs/aws-c-http/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/aws-c-compression
dev-libs/aws-c-io"
RDEPEND="${DEPEND}"
BDEPEND="dev-libs/aws-c-common"

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-http</remote-id>
</upstream>
</pkgmetadata>