# 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 window manager for the river Wayland compositor"
HOMEPAGE="https://codeberg.org/ifreund/rijan"
EGIT_REPO_URI="https://codeberg.org/ifreund/rijan.git"

LICENSE="MIT"
SLOT="0"

DEPEND="dev-libs/libffi:="
RDEPEND="${DEPEND}"

src_unpack() {
	git-r3_src_unpack
	zig_live_fetch
}

src_install() {
	zig_src_install
	dodoc example/init.janet
}