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


1.1
date	2026.04.20.18.30.07;	author pin;	state Exp;
branches;
next	;
commitid	DyfrMYfHERsLaJCG;


desc
@@


1.1
log
@devel/gitlogue: import package

A cinematic Git commit replay tool for the terminal, turning your Git history
into a living, animated story.

Watch commits unfold with realistic typing animations, syntax highlighting, and
file tree transitions, transforming code changes into a visual experience.
@
text
@# $NetBSD$

DISTNAME=	gitlogue-0.9.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=unhappychoice/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/unhappychoice/gitlogue/
COMMENT=	Cinematic Git commit replay tool for the terminal
LICENSE=	isc

.include "cargo-depends.mk"

#RUST_REQ=	1.95.0
#Upstream does not state the required MSRV.
#This package is confirmed to build with Rust 1.95.0 on amd64
USE_LANGUAGES+=		c c++
USE_TOOLS+=		pkg-config perl gmake

MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib

DEPENDS+=	git-base-[0-9]*:../../devel/git-base

.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
