ports/devel/git-graph/Makefile
2025-02-24 08:55:52 +01:00

19 lines
329 B
Makefile

PORTNAME= git-graph
DISTVERSION= 0.6.0
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Command line tool to visualize Git history graphs
WWW= https://github.com/mlange-42/git-graph
LICENSE= MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= mlange-42
PLIST_FILES= bin/git-graph
.include <bsd.port.mk>