Files
ports/devel/gitmux/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
347 B
Makefile

PORTNAME= gitmux
PORTVERSION= 0.11.5
DISTVERSIONPREFIX= v
PORTREVISION= 12
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>