app-editors/typora: add 1.8.10, drop 1.7.6
[gentoo-zh.git] / kde-misc / plasma-applet-netspeed-widget / plasma-applet-netspeed-widget-9999.ebuild
blob42ee8b14b7069db3b6617a1044aea3c4d3f50256
1 # Copyright 1999-2022 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 )