head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.09.12.16.00.12;	author pin;	state Exp;
branches;
next	;
commitid	oQbAw7G2F6MpGlVG;


desc
@@


1.1
log
@misc/rozi: import package

rozi arranges terminal panes with tiling layouts, floating panes,
fullscreen panes, and nine workspaces. A prefix key controls panes
without taking ordinary input away from the programs inside them.
Named sessions keep running when the client detaches, so you can
return to the same processes and scrollback later. Tiling behavior
and keyboard flow take their cues from the Hyprland window manager.
@
text
@# $NetBSD$

DISTNAME=	rozi-0.0.18
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GITHUB:=tui-lipan/}
#GITHUB_TAG=	v${PKGVERSION_NOREV}
GITHUB_TAG=	824d925305579adcde6fb0cf17d480f445fd4831

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://rozi.tui-lipan.dev/
COMMENT=	Modern tiling terminal multiplexer that feels like a wm
LICENSE=	mpl-2.0

# See, https://github.com/briansmith/ring/issues/1999
.include "../../mk/compiler/i386-sse2.mk"

.include "cargo-depends.mk"

RUST_REQ=	1.90.0
USE_TOOLS+=	pkg-config

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@
