aboutsummaryrefslogtreecommitdiff
path: root/devel/lazyworktree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lazyworktree/Makefile')
-rw-r--r--devel/lazyworktree/Makefile20
1 files changed, 20 insertions, 0 deletions
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>