Page MenuHomeFreeBSD

D16862.id47156.diff
No OneTemporary

D16862.id47156.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -1341,6 +1341,7 @@
SUBDIR += lattice-ice40-examples-hx1k
SUBDIR += lattice-ice40-examples-hx8k
SUBDIR += lattice-ice40-tools
+ SUBDIR += lazygit
SUBDIR += lcov
SUBDIR += leaktracer
SUBDIR += leatherman
Index: devel/lazygit/Makefile
===================================================================
--- /dev/null
+++ devel/lazygit/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= lazygit
+PORTVERSION= 0.1.76
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
+
+MAINTAINER= meta@FreeBSD.org
+COMMENT= Simple terminal UI for git commands
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go
+USE_GITHUB= yes
+GH_ACCOUNT= jesseduffield
+
+PLIST_FILES= bin/${PORTNAME}
+
+post-extract:
+ ${MKDIR} ${GO_WRKSRC:H}
+ ${LN} -sf ${WRKSRC} ${GO_WRKSRC:H}/${PORTNAME}
+ ${MKDIR} ${GO_WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/
+ ${CP} -r ${GO_WRKSRC}/pkg ${GO_WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/
+
+.include <bsd.port.mk>
Index: devel/lazygit/distinfo
===================================================================
--- /dev/null
+++ devel/lazygit/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1534773899
+SHA256 (jesseduffield-lazygit-v0.1.76_GH0.tar.gz) = 5763f7c5241040d54889de07230e7f61d9453eb49303ed361b039fb0e56126b7
+SIZE (jesseduffield-lazygit-v0.1.76_GH0.tar.gz) = 5999995
Index: devel/lazygit/pkg-descr
===================================================================
--- /dev/null
+++ devel/lazygit/pkg-descr
@@ -0,0 +1,6 @@
+lazygit is a CLI tool to handle git repository, written in Go wigh the gocui
+library. You can add files easily, resolve merge conflicts, checkout recent
+branches easily, scroll through logs/diffs of branches/commits.stash,
+push/pull quickly, squash down and rename commits in CLI.
+
+WWW: https://github.com/jesseduffield/lazygit

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 4:45 PM (6 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31851638
Default Alt Text
D16862.id47156.diff (1 KB)

Event Timeline