x11-terms/ghostty: add missing depend dev-libs/oniguruma
[gentoo-zh.git] / kde-misc / plasma-applet-netspeed-widget / plasma-applet-netspeed-widget-9999.ebuild
blob5e39fe502084fe0df14690d49aa366944ef752f8
1 # Copyright 1999-2024 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="6"
23 DEPEND="
24 app-alternatives/awk
25 >=kde-plasma/kdeplasma-addons-6.0:6
26 >=kde-plasma/libplasma-6.0:6
28 RDEPEND="${DEPEND}"
30 DOCS=( README.md )