aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2026-04-20 19:33:08 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2026-04-21 07:43:07 +0000
commit9e467dafbd801799a7b496c2cc4b1bd72b145a4c (patch)
tree1498b09a5a7a89a82e7cf326aba2666a2344085f
parent11051fe1db14d604a9491d240caabecce79a6510 (diff)
devel/lazyworktree: New port: TUI for managing Git worktrees
-rw-r--r--devel/Makefile1
-rw-r--r--devel/lazyworktree/Makefile20
-rw-r--r--devel/lazyworktree/distinfo5
-rw-r--r--devel/lazyworktree/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 95e165084e8c..14eb023db118 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1210,6 +1210,7 @@
SUBDIR += laminar
SUBDIR += lasi
SUBDIR += lazygit
+ SUBDIR += lazyworktree
SUBDIR += lcov
SUBDIR += leaktracer
SUBDIR += lefthook
diff --git a/devel/lazyworktree/Makefile b/devel/lazyworktree/Makefile
new file mode 100644
index 000000000000..8ceb94a04d59
--- /dev/null
+++ b/devel/lazyworktree/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= lazyworktree
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.45.0
+CATEGORIES= devel
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Terminal UI for managing Git worktrees
+WWW= https://github.com/chmouel/lazyworktree
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/chmouel/lazyworktree
+GO_TARGET= ./cmd/lazyworktree
+
+PLIST_FILES= bin/lazyworktree
+
+.include <bsd.port.mk>
diff --git a/devel/lazyworktree/distinfo b/devel/lazyworktree/distinfo
new file mode 100644
index 000000000000..05680836db02
--- /dev/null
+++ b/devel/lazyworktree/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1776705625
+SHA256 (go/devel_lazyworktree/lazyworktree-v1.45.0/v1.45.0.mod) = 1adc9ee9fce2508a700565f1a2f736587f58414729550a53be7b52e153d637f8
+SIZE (go/devel_lazyworktree/lazyworktree-v1.45.0/v1.45.0.mod) = 1618
+SHA256 (go/devel_lazyworktree/lazyworktree-v1.45.0/v1.45.0.zip) = 3405f333dd25e2b125ca0ee4d1d0e827f2c7b096364c3d4aee7f81648b42c862
+SIZE (go/devel_lazyworktree/lazyworktree-v1.45.0/v1.45.0.zip) = 3029846
diff --git a/devel/lazyworktree/pkg-descr b/devel/lazyworktree/pkg-descr
new file mode 100644
index 000000000000..6e87916b3e84
--- /dev/null
+++ b/devel/lazyworktree/pkg-descr
@@ -0,0 +1,3 @@
+lazyworktree is a terminal user interface for managing Git worktrees
+with a keyboard-first workflow. Built with the Bubble Tea framework,
+it enables fast iteration and integrates with existing Git tooling.