From 5dc54d9a25f07f21c226d9a691607e5a44f3de9c Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 25 Mar 2024 01:49:36 +0100 Subject: [PATCH] sys-apps/mqtteer: add 9999 --- sys-apps/mqtteer/mqtteer-9999.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sys-apps/mqtteer/mqtteer-9999.ebuild diff --git a/sys-apps/mqtteer/mqtteer-9999.ebuild b/sys-apps/mqtteer/mqtteer-9999.ebuild new file mode 100644 index 0000000..a695ae8 --- /dev/null +++ b/sys-apps/mqtteer/mqtteer-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="MQTT client to send device metrics to Home Assistant" +HOMEPAGE="https://git.odrling.xyz/mqtteer" + +if [ ${PV} = 9999 ]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/odrling/${PN^}.git https://github.com/vapoursynth/bestsource.git" +else + SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz" + KEYWORDS="~amd64 ~arm64" +fi + +LICENSE="MIT" +SLOT="0" + +inherit meson + +RDEPEND=" + app-misc/mosquitto + dev-libs/cJSON + sys-apps/lm-sensors + sys-process/procps +" +DEPEND="${RDEPEND}"