diff options
Diffstat (limited to 'devel/gitmux')
-rw-r--r-- | devel/gitmux/Makefile | 19 | ||||
-rw-r--r-- | devel/gitmux/distinfo | 5 | ||||
-rw-r--r-- | devel/gitmux/pkg-descr | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/gitmux/Makefile b/devel/gitmux/Makefile new file mode 100644 index 000000000000..32e07b7021b7 --- /dev/null +++ b/devel/gitmux/Makefile @@ -0,0 +1,19 @@ +PORTNAME= gitmux +PORTVERSION= 0.11.3 +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> diff --git a/devel/gitmux/distinfo b/devel/gitmux/distinfo new file mode 100644 index 000000000000..b17e5909d90c --- /dev/null +++ b/devel/gitmux/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1755062448 +SHA256 (go/devel_gitmux/gitmux-v0.11.3/v0.11.3.mod) = 0cd0e61a6549870ee3340b69943c2283f31a5cb058ac88c9ee61a5e81c9f3312 +SIZE (go/devel_gitmux/gitmux-v0.11.3/v0.11.3.mod) = 353 +SHA256 (go/devel_gitmux/gitmux-v0.11.3/v0.11.3.zip) = 2501714669f20e8c9f4e3f8073cfe702b733063420dfc688aeadcbcacadc3586 +SIZE (go/devel_gitmux/gitmux-v0.11.3/v0.11.3.zip) = 20394 diff --git a/devel/gitmux/pkg-descr b/devel/gitmux/pkg-descr new file mode 100644 index 000000000000..98c4a91a8847 --- /dev/null +++ b/devel/gitmux/pkg-descr @@ -0,0 +1,8 @@ +Gitmux shows git status in your tmux status bar. + +Features: +- easy. Install and forget about it +- minimal. Just shows what you need, when you need it +- discrete. Get out of your way if current directory is not in a Git tree +- shell-agnostic. Does not rely on shell-features so works with all of them +- customizable. Colors, symbols and layout are configurable |