21 lines
346 B
Makefile
21 lines
346 B
Makefile
PORTNAME= gitmux
|
|
PORTVERSION= 0.11.5
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 4
|
|
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>
|