# 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="recursive and modular window management for river"
HOMEPAGE="https://codeberg.org/sivecano/rhine"
EGIT_REPO_URI="https://codeberg.org/sivecano/rhine.git"

LICENSE="AGPL-3"
SLOT="0"

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

src_unpack() {
	git-r3_src_unpack
	zig_live_fetch
}