mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-libs/aws-c-mqtt: add 0.13.2
Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST aws-c-mqtt-0.13.1.tar.gz 442637 BLAKE2B f191e3dc604cef3926810c5fee8dff8147006d22836464d88ed7899b354838886f5d9b912557dbbce2eafd4343d426fddbe4fa46ee101d109bf1fede7e902820 SHA512 178a357d2efe6f945f0342a5ecef1b7df1333b2be9c26f658310bc87e0f99890757aa7be53d7a3867ff03c97cc4b4003c2ea5fd6b5448eb3bc80043751a1679e
|
DIST aws-c-mqtt-0.13.1.tar.gz 442637 BLAKE2B f191e3dc604cef3926810c5fee8dff8147006d22836464d88ed7899b354838886f5d9b912557dbbce2eafd4343d426fddbe4fa46ee101d109bf1fede7e902820 SHA512 178a357d2efe6f945f0342a5ecef1b7df1333b2be9c26f658310bc87e0f99890757aa7be53d7a3867ff03c97cc4b4003c2ea5fd6b5448eb3bc80043751a1679e
|
||||||
|
DIST aws-c-mqtt-0.13.2.tar.gz 442638 BLAKE2B 958afac3c0aa9a57ac1080c4fd88bb88ce258e9959cc6bd742c8ea4670b02b57dd4954f92eda81e95ac74e1a65213194cb4077d66eead7ff6c19d5f2a9166223 SHA512 649f11ad5fb90a83643bf29f626c7ee41cafc7e3c3d58f321723fe3c50407981e22bbd6732c17fb96b46c83d6897f7ad63a139c928d6a364b93d20fefd82f70a
|
||||||
|
|||||||
33
dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild
Normal file
33
dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
DESCRIPTION="C99 implementation of the MQTT 3.1.1 specification"
|
||||||
|
HOMEPAGE="https://github.com/awslabs/aws-c-mqtt"
|
||||||
|
SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-libs/aws-c-common:=
|
||||||
|
dev-libs/aws-c-cal:=
|
||||||
|
dev-libs/aws-c-io:=
|
||||||
|
dev-libs/aws-c-compression:=
|
||||||
|
dev-libs/aws-c-http:=
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs=(
|
||||||
|
-DBUILD_TESTING=$(usex test)
|
||||||
|
)
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user