odrling-overlay/sys-apps/mqtteer/mqtteer-2.2.7.ebuild

22 lines
432 B
Bash
Raw Normal View History

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2023-11-09 04:11:54 +00:00
DESCRIPTION="MQTT client to send device metrics to Home Assistant"
HOMEPAGE="https://git.odrling.xyz/mqtteer"
2023-11-10 12:02:10 +00:00
SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
inherit meson
DEPEND="
app-misc/mosquitto
dev-libs/cJSON
sys-apps/lm-sensors
sys-process/procps
"