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


1.1
date	2026.04.14.13.20.25;	author kikadf;	state Exp;
branches;
next	;
commitid	S1ISGpyUTGjMDVBG;


desc
@@


1.1
log
@
swayidle: new package

Idle management daemon, which is compatible with
any Wayland compositors which implements the
ext-idle-notify protocol. The swayidle listens for
idle activity and executes tasks on various idle-
related events.
@
text
@# $NetBSD$

DISTNAME=	swayidle-1.9.0
CATEGORIES=	wayland
MASTER_SITES=	${MASTER_SITE_GITHUB:=swaywm/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	kikadf.01@@gmail.com
HOMEPAGE=	https://swaywm.org/
COMMENT=	Idle management daemon for Wayland compositors
LICENSE=	mit

USE_TOOLS+=	pkg-config

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