aboutsummaryrefslogtreecommitdiff
path: root/devel/gitmux/Makefile
blob: 1ce0c189309983fd57567889510c47a5d0511b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gitmux
PORTVERSION=	0.11.5
DISTVERSIONPREFIX=	v
PORTREVISION=	7
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Git in your tmux status bar
WWW=		https://github.com/arl/gitmux

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/arl/gitmux

PLIST_FILES=	bin/gitmux

.include <bsd.port.mk>