diff options
Diffstat (limited to 'gui-wm/cow/cow-0.1.ebuild')
| -rw-r--r-- | gui-wm/cow/cow-0.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gui-wm/cow/cow-0.1.ebuild b/gui-wm/cow/cow-0.1.ebuild new file mode 100644 index 0000000..de2f5d2 --- /dev/null +++ b/gui-wm/cow/cow-0.1.ebuild @@ -0,0 +1,35 @@ +# 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 +} |
