# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ZIG_SLOT="0.15"

inherit git-r3 zig

DESCRIPTION="A tiling window manager for the river Wayland compositor"
HOMEPAGE="https://codeberg.org/bwbuhse/beansprout"
EGIT_REPO_URI="https://codeberg.org/bwbuhse/beansprout.git"

LICENSE="GPL-3"
SLOT="0"

BDEPEND="dev-libs/wayland-protocols"
DEPEND="
	dev-libs/wayland
	x11-libs/libxkbcommon
	x11-libs/pixman
"
RDEPEND="${DEPEND}"

src_configure() {
	local my_zbs_args=(
		-Dpie=true
	)

	zig_src_configure
}

src_unpack() {
	git-r3_src_unpack
	zig_live_fetch
}