aboutsummaryrefslogtreecommitdiff
path: root/devel/gitmux/Makefile
blob: 761ce5fa8293d59786e2b522ce0ea4e0beb73c86 (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=	2
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>