mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/aws-c-mqtt: new package, add 0.13.3
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
1
dev-libs/aws-c-mqtt/Manifest
Normal file
1
dev-libs/aws-c-mqtt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST aws-c-mqtt-0.13.3.tar.gz 444303 BLAKE2B 88636ba6433c93a3984008cf4261d5f6605bd935956fcaafed074b07594f7b405210e1f012a3bdd955d18d572e71653a9fd37280a86ff601bd0ce49fc940c770 SHA512 edd4eade44be803d18f97064adfd98bae4f9c70401f8730876743663da93eb04dbc5aa90b458765430a7e24624f2c9cd7c62c19866235ec6983dd15bf95d8880
|
||||
19
dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.3.ebuild
Normal file
19
dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="AWS C MQTT: C99 implementation."
|
||||
HOMEPAGE="https://github.com/awslabs/aws-c-mqtt"
|
||||
SRC_URI="https://github.com/awslabs/aws-c-mqtt/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-http:="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/aws-c-common"
|
||||
11
dev-libs/aws-c-mqtt/metadata.xml
Normal file
11
dev-libs/aws-c-mqtt/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-mqtt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user