# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit meson DESCRIPTION="A Wayland stacking window manager similar to fvwm and mwm" HOMEPAGE="https://codeberg.org/thomasadam/cow" SRC_URI="https://codeberg.org/thomasadam/cow/releases/download/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="man" RDEPEND="gui-wm/river" DEPEND=" dev-libs/wayland >=dev-libs/wayland-protocols-1.41 x11-libs/libxkbcommon x11-libs/pango dev-libs/libbsd dev-libs/libevent man? ( app-text/scdoc ) " src_configure() { # i'm not sure this is correct... it'll maybe break on different EPREFIXes? local emesonargs=( -Detcprefix=/ ) meson_src_configure }