gentoo-zh/kde-misc/plasma-applet-netspeed-widget/plasma-applet-netspeed-widget-9999.ebuild
liuyujielol 29f1b22f51 kde-misc/plasma-applet-netspeed-widget: add 3.1
kde-misc/plasma-applet-netspeed-widget: drop 1.9
kde-misc/plasma-applet-netspeed-widget: update live

Signed-off-by: liuyujielol <2073201758GD@gmail.com>
2024-06-18 18:52:00 +08:00

31 lines
686 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit ecm
if [[ ${PV} = *9999* ]] ; then
EGIT_REPO_URI="https://github.com/dfaust/${PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Plasma 5 widget that displays the currently used network bandwidth."
HOMEPAGE="https://www.kde-look.org/p/998895/
https://github.com/dfaust/plasma-applet-netspeed-widget"
LICENSE="GPL-2+"
SLOT="6"
DEPEND="
app-alternatives/awk
>=kde-plasma/kdeplasma-addons-6.0:6
>=kde-plasma/libplasma-6.0:6
"
RDEPEND="${DEPEND}"
DOCS=( README.md )