diff options
Diffstat (limited to 'x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild')
-rw-r--r-- | x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild new file mode 100644 index 000000000000..d475e3e240e7 --- /dev/null +++ b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="dockapp showing the load of every logical CPU on the system" +HOMEPAGE="https://bitbucket.org/StarFire/wmcpuwatch" +SRC_URI="https://bitbucket.org/StarFire/${PN}/downloads/${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/libdockapp-0.7:=" +DEPEND="${RDEPEND}" |