head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.04.15.08.14.48;	author kikadf;	state Exp;
branches;
next	;
commitid	dCjTZ9HlUl9CV1CG;


desc
@@


1.1
log
@
wlrctl: new package

wlrctl is a command line utility for miscellaneous
wlroots Wayland extensions. At this time, wlrctl supports
the foreign-toplevel-mangement (window/toplevel command),
virtual-keyboard (keyboard command), and virtual-pointer
(pointer command) protocols.
@
text
@# $NetBSD$

DISTNAME=	wlrctl-0.2.2
CATEGORIES=	wayland
MASTER_SITES=	https://git.sr.ht/~brocellous/wlrctl/archive/
DISTFILES=	v${PKGVERSION_NOREV}${EXTRACT_SUFX}
DIST_SUBDIR=	wlrctl

MAINTAINER=	kikadf.01@@gmail.com
HOMEPAGE=	https://sr.ht/~brocellous/wlrctl/
COMMENT=	Utility for miscellaneous wlroots extensions
LICENSE=	mit

USE_TOOLS+=	pkg-config
WRKSRC=		${WRKDIR}/wlrctl-v${PKGVERSION_NOREV}

.include "../../devel/meson/build.mk"
.include "../../textproc/scdoc/tool.mk"
.include "../../devel/wayland/buildlink3.mk"
.include "../../devel/wayland-protocols/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../devel/input-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
