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..87468088ad3b --- /dev/null +++ b/devel/gitmux/Makefile @@ -0,0 +1,19 @@ +PORTNAME= gitmux +PORTVERSION= 0.11.2 +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..082a46281a52 --- /dev/null +++ b/devel/gitmux/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1753369360 +SHA256 (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.mod) = 9326d16f67aa47a0d8089f7328900e8ed12838ed9501515746df44f13b0b801e +SIZE (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.mod) = 385 +SHA256 (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.zip) = c61e512cd7597682ac8736d0be2eea1cb84c500d11247649373e0735314def06 +SIZE (go/devel_gitmux/gitmux-v0.11.2/v0.11.2.zip) = 20653 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 |