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


1.1
date	2026.08.11.18.16.52;	author pin;	state Exp;
branches;
next	;
commitid	DDnYezcg1CF4tfRG;


desc
@@


1.1
log
@sysutils/claptrap: import package

Claptrap is a tool that allows you to parse complex command line arguments in
shell scripts using a declarative specification.
@
text
@# $NetBSD$

DISTNAME=	claptrap-0.3.0
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GITHUB:=fujiapple852/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://claptrap.sh/
COMMENT=	Bring the power of Clap to shell scripts
LICENSE=	apache-2.0

.include "cargo-depends.mk"

RUST_REQ=	1.82.0

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