mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
19 lines
329 B
Makefile
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>
|