x11-terms/ghostty: add missing depend dev-libs/oniguruma
[gentoo-zh.git] / kde-misc / plasma-applet-netspeed-widget / plasma-applet-netspeed-widget-2.0.ebuild
blobd0b14fcd9b5b2b87af7189f19e99ac0840977420
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit ecm
8 if [[ ${PV} = *9999* ]] ; then
9 EGIT_REPO_URI="https://github.com/dfaust/${PN}.git"
10 inherit git-r3
11 else
12 SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13 KEYWORDS="~amd64"
16 DESCRIPTION="Plasma 5 widget that displays the currently used network bandwidth."
17 HOMEPAGE="https://www.kde-look.org/p/998895/
18 https://github.com/dfaust/plasma-applet-netspeed-widget"
20 LICENSE="GPL-2+"
21 SLOT="5"
23 DEPEND="
24 kde-plasma/ksysguard:5
25 >=kde-frameworks/plasma-5.60.0:5
27 RDEPEND="${DEPEND}"
29 DOCS=( README.md )