blob: 22da55e71d6630c10c382f5ad3e6b235bbe60e7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= gitmux
PORTVERSION= 0.11.5
DISTVERSIONPREFIX= v
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>
|