diff options
Diffstat (limited to '')
-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..22da55e71d66 --- /dev/null +++ b/devel/gitmux/Makefile @@ -0,0 +1,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> diff --git a/devel/gitmux/distinfo b/devel/gitmux/distinfo new file mode 100644 index 000000000000..12b0682b1383 --- /dev/null +++ b/devel/gitmux/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1757120490 +SHA256 (go/devel_gitmux/gitmux-v0.11.5/v0.11.5.mod) = 5de14b73617972647a01f268b9b9bc60bd7ec93ebc36e1aba23752be90ddb5c6 +SIZE (go/devel_gitmux/gitmux-v0.11.5/v0.11.5.mod) = 368 +SHA256 (go/devel_gitmux/gitmux-v0.11.5/v0.11.5.zip) = 6d585b86069b89083bfbecdfcf9ad6e7f1e1f2f6d9c1e83bbc782aff8de6fe0a +SIZE (go/devel_gitmux/gitmux-v0.11.5/v0.11.5.zip) = 20735 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 |