blob: 6091cdaa1b4ba1e2aa485edf588c4a30e2e08c34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= git-graph
DISTVERSION= 0.6.0
PORTREVISION= 6
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>
|