sys-apps/mqtteer: add src conditions for live ebuilds

This commit is contained in:
odrling 2024-03-25 01:48:49 +01:00
parent 190766ec03
commit 3ed3532912
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 8 additions and 2 deletions

View File

@ -5,11 +5,17 @@ EAPI=8
DESCRIPTION="MQTT client to send device metrics to Home Assistant"
HOMEPAGE="https://git.odrling.xyz/mqtteer"
SRC_URI="https://git.odrling.xyz/${PN}/snapshot/${P}.tar.gz"
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"
KEYWORDS="~amd64 ~arm64"
inherit meson