aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-29 03:47:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-29 04:29:57 +0000
commitcba99f0cd1c1e422d94732e80b95759b68bf9191 (patch)
tree6f31119f95ef62b174ebc86e9173767770923dca
parent2087035a4840d741adbff8a673e424f7ff754865 (diff)
devel/gitmux: Add gitmux 0.11.2
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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gitmux/Makefile19
-rw-r--r--devel/gitmux/distinfo5
-rw-r--r--devel/gitmux/pkg-descr8
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5004714c4cc7..13832d47d672 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -876,6 +876,7 @@
SUBDIR += gitlab-shell
SUBDIR += gitleaks
SUBDIR += gitlist
+ SUBDIR += gitmux
SUBDIR += gitolite
SUBDIR += gitolite2
SUBDIR += gitoxide
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