| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.5-r5 | 8 | ~amd64 ~ppc ~ppc64 ~sparc ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App"
HOMEPAGE="https://www.geocities.ws/neofpo/wmcms.html"
SRC_URI="https://www.geocities.ws/neofpo/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND=">=x11-libs/libdockapp-0.7:="
PATCHES=(
"${FILESDIR}"/${P}-s4t4n.patch
"${FILESDIR}"/${P}-c99.patch
)
src_compile() {
tc-export CC
default
}
src_install() {
dobin wmcms
}
>=x11-libs/libdockapp-0.7:=