summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-io
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/aws-c-io')
-rw-r--r--dev-libs/aws-c-io/Manifest1
-rw-r--r--dev-libs/aws-c-io/aws-c-io-0.23.3.ebuild20
-rw-r--r--dev-libs/aws-c-io/metadata.xml11
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/aws-c-io/Manifest b/dev-libs/aws-c-io/Manifest
new file mode 100644
index 000000000000..a86840e5effa
--- /dev/null
+++ b/dev-libs/aws-c-io/Manifest
@@ -0,0 +1 @@
+DIST aws-c-io-0.23.3.tar.gz 754282 BLAKE2B 9ee873c0ac66117f7974796ab0b7e3f8ff1c80e5ddbbb7b5a51342f8ab716dd187267ad46a6e1fb0e28f665a9bd735d2542de91b7c8044be3299cabccc47a0a4 SHA512 e0fa77e462f52c793c32cb32088231f43b07e813cba3557d8c5503c8e01add11e55e01b22297596a2ed488b79d3c3a1a5982bcdb6adba0916d408d0b97358841
diff --git a/dev-libs/aws-c-io/aws-c-io-0.23.3.ebuild b/dev-libs/aws-c-io/aws-c-io-0.23.3.ebuild
new file mode 100644
index 000000000000..a8d2c7493deb
--- /dev/null
+++ b/dev-libs/aws-c-io/aws-c-io-0.23.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="AWS C IO: It handles all IO and TLS work for application protocols."
+HOMEPAGE="https://github.com/awslabs/aws-c-io"
+SRC_URI="https://github.com/awslabs/aws-c-io/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-cal:=
+ dev-libs/aws-c-common:=
+ dev-libs/s2n-tls"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/aws-c-common"
diff --git a/dev-libs/aws-c-io/metadata.xml b/dev-libs/aws-c-io/metadata.xml
new file mode 100644
index 000000000000..f2b638d3d041
--- /dev/null
+++ b/dev-libs/aws-c-io/metadata.xml
@@ -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-io</remote-id>
+ </upstream>
+</pkgmetadata>