sys-apps/mqtteer: add 9999

This commit is contained in:
odrling 2024-03-25 01:49:36 +01:00
parent 3ed3532912
commit 5dc54d9a25
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 28 additions and 0 deletions

View File

@ -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}"