diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-18 18:40:37 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:37:29 +0200 |
commit | 0a5cc06d34bb2028abe9475b6f58c5b2cf6b91e7 (patch) | |
tree | 1d6f0ea941935463564b35a878dd1d26f195e8ff /x11-plugins | |
parent | x11-plugins/wmcoincoin: EAPI8 bump (diff) | |
download | gentoo-0a5cc06d34bb2028abe9475b6f58c5b2cf6b91e7.tar.gz gentoo-0a5cc06d34bb2028abe9475b6f58c5b2cf6b91e7.tar.bz2 gentoo-0a5cc06d34bb2028abe9475b6f58c5b2cf6b91e7.zip |
x11-plugins/wmcpuload: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild new file mode 100644 index 000000000000..5548af0620e1 --- /dev/null +++ b/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Dockapp for monitoring CPU usage with a LCD display" +HOMEPAGE="https://www.dockapps.net/wmcpuload" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-libs/libICE" |