Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145212242
D16862.id47367.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16862.id47367.diff
View Options
Index: devel/lazygit/Makefile
===================================================================
--- /dev/null
+++ devel/lazygit/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= lazygit
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.80
+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}/
+ ${MV} ${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 = 1535414967
+SHA256 (jesseduffield-lazygit-v0.1.80_GH0.tar.gz) = a076d4fac93cfd41afcc1c4a5c3b3c55a1315aec452573686b97a47e8885c45f
+SIZE (jesseduffield-lazygit-v0.1.80_GH0.tar.gz) = 6083776
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 18, 4:08 AM (7 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28836448
Default Alt Text
D16862.id47367.diff (1 KB)
Attached To
Mode
D16862: New port: devel/lazygit: Simple terminal UI for git commands
Attached
Detach File
Event Timeline
Log In to Comment