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


1.1
date	2026.06.06.05.02.31;	author adam;	state Exp;
branches;
next	;
commitid	tUD2Z3uMmy62cHIG;


desc
@@


1.1
log
@cargo-flamegraph: added version 0.6.13

A Rust-powered flamegraph generator with additional support for Cargo projects!
It can be used to profile anything, not just Rust projects! No perl or pipes
required <3
@
text
@# $NetBSD$

DISTNAME=	cargo-flamegraph-0.6.13
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=flamegraph-rs/}
GITHUB_PROJECT=	flamegraph
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/flamegraph-rs/flamegraph
COMMENT=	Rust-powered flamegraph generator
LICENSE=	apache-2.0 OR mit

RUST_REQ=	1.86.0

.include "cargo-depends.mk"

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