summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-compression
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
commit193236e34a32b643d816ed04394476eab7e04db7 (patch)
tree8b608b17886179a6530935fc0531c7a89a51d1a0 /dev-libs/aws-c-compression
parent9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff)
downloadbaldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip
Adding metadata
Diffstat (limited to 'dev-libs/aws-c-compression')
-rw-r--r--dev-libs/aws-c-compression/Manifest1
-rw-r--r--dev-libs/aws-c-compression/aws-c-compression-1.0.0.ebuild30
-rw-r--r--dev-libs/aws-c-compression/metadata.xml4
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/aws-c-compression/Manifest b/dev-libs/aws-c-compression/Manifest
index 11e002719d83..e280133b7f0e 100644
--- a/dev-libs/aws-c-compression/Manifest
+++ b/dev-libs/aws-c-compression/Manifest
@@ -1,2 +1,3 @@
DIST aws-c-compression-0.3.1.tar.gz 36879 BLAKE2B 9383d40c0234f410068b78a36b1918e81968349f096f88814df488c27bc8575a11473d3c8b2a6ac5c41134cdeaffd624da86cf9a8b63c39ad26d0c11649c63ac SHA512 02c569751c55b95032bef9b718ca8e2b66b4bd85355f31623ab65621373ec39999231d0a1ceb4fe5f83aa42b9c1d153ffb36ccadfb86f78ad43246d26532cc97
DIST aws-c-compression-0.3.2.tar.gz 36815 BLAKE2B 8c264db33ad6e4ecd233e39e45a0cd23a10b860f6c35d91851f09159777e7a39545ded7d1ec3b2d9065db8bc8143150eb21e6be9084d89f4df1ee772ea42cf47 SHA512 a44549d441e21c6f7b6a3b5d3c8ea7228e066cd7026432c121683abca54014c439790143108150e3f502be13d43102e6c99c1de0288b1a373060733f47cc57d9
+DIST aws-c-compression-1.0.0.tar.gz 39698 BLAKE2B cad703924b3fbd41be2e3a8492e3d9ba46bf86f2c4b611dc96d5c70e3e9761e2eb15ef9d81a0c02f7610393c1881fdc0f5160721b0be4fdec89ad35632f25668 SHA512 631773691b321f112df5413dc2366fb4e8c422b35912cc20b73a1a3857722fdbcf6b6ab59edd63b1244a3f8db08d0bbee2003ca1cd6d5576833c4145fbd40904
diff --git a/dev-libs/aws-c-compression/aws-c-compression-1.0.0.ebuild b/dev-libs/aws-c-compression/aws-c-compression-1.0.0.ebuild
new file mode 100644
index 000000000000..9eed1642d1cf
--- /dev/null
+++ b/dev-libs/aws-c-compression/aws-c-compression-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="AWS C Compression cross-platform algorithms"
+HOMEPAGE="https://github.com/awslabs/aws-c-compression"
+SRC_URI="https://github.com/awslabs/aws-c-compression/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ >=dev-libs/aws-c-common-1.0.0:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/aws-c-common"
+
+src_configure() {
+ local mycmakeargs=(
+ -DAWS_GET_VERSION_MODULE="${ESYSROOT}/usr/$(get_libdir)/cmake/aws-c-common/modules/AwsGetVersion.cmake"
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/dev-libs/aws-c-compression/metadata.xml b/dev-libs/aws-c-compression/metadata.xml
index 230e8d3f95de..494d0ea3104a 100644
--- a/dev-libs/aws-c-compression/metadata.xml
+++ b/dev-libs/aws-c-compression/metadata.xml
@@ -5,5 +5,9 @@
<email>jkroon@gentoo.org</email>
<name>Jaco Kroon</name>
</maintainer>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
<origin>baldeagleos-repo</origin>
</pkgmetadata>