gui-apps/rivercarro - 0.6.0 (robertgzr)

Search

Install

Install this version:

emerge -a =gui-apps/rivercarro-0.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/rivercarro-0.6.0

Or alternatively:

emerge --autounmask-write -a =gui-apps/rivercarro-0.6.0

Package Information

Description:
Layout generator for river Wayland compositor, fork of rivertile
Homepage:
https://git.sr.ht/~novakane/rivercarro
License:
GPL-3+ MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.0 8 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Layout generator for river Wayland compositor, fork of rivertile"
HOMEPAGE="https://git.sr.ht/~novakane/rivercarro"

declare -g -r -A ZBS_DEPENDENCIES=(
	[wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27.tar.gz]='https://codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz'
)

ZIG_SLOT=0.15
inherit zig

SRC_URI="https://git.sr.ht/~novakane/rivercarro/archive/v${PV}.tar.gz -> ${P}.tar.gz
	${ZBS_DEPENDENCIES_SRC_URI}"

S="${WORKDIR}/rivercarro-v${PV}"

# river: GPL-3-or-later
# zig-wayland: MIT
LICENSE="GPL-3+ MIT"
SLOT="0"
KEYWORDS=""
IUSE="+llvm"

BDEPEND="
	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	|| (
		dev-lang/zig:${ZIG_SLOT}[llvm(+)?]
		dev-lang/zig-bin:${ZIG_SLOT}
	)
"
DEPEND="
	dev-libs/wayland
"
RDEPEND="${DEPEND}"

DOCS=( "README.md" )

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/rivercarro | euse -E <flag> -p gui-apps/rivercarro | euse -D <flag> -p gui-apps/rivercarro

Global/Standard Flags

llvm
Default: Enabled (+)

Inherited Eclasses

zig

Dependencies

DEPEND

	dev-libs/wayland

RDEPEND

	dev-libs/wayland

BDEPEND

	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	|| (
		dev-lang/zig:0.15[llvm(+)?]
		dev-lang/zig-bin:0.15
	)

Manifest for 0.6.0

Type File Size Source URLs
DIST rivercarro-0.6.0.tar.gz 26413 bytes https://git.sr.ht/~novakane/rivercarro/archive/v0.6.0.tar.gz