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


1.1
date	2026.04.14.13.35.41;	author kikadf;	state Exp;
branches;
next	;
commitid	tXhmPbDjat4BJVBG;


desc
@@


1.1
log
@
slurp: new package

Slurp is a tool for selecting a region in a Wayland
compositor and printing it to the standard output.
It is commonly used with grim for taking screenshots.
@
text
@# $NetBSD$

DISTNAME=	slurp-1.5.0
CATEGORIES=	wayland
MASTER_SITES=	${MASTER_SITE_GITHUB:=emersion/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	kikadf.01@@gmail.com
HOMEPAGE=	https://github.com/emersion/slurp/
COMMENT=	Tool to select a region in a Wayland compositor
LICENSE=	mit

USE_TOOLS+=	pkg-config

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