pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add lazygit. Needs help with go dependencies.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Tue Jul 6 10:48:35 2021 -0400
Changeset: 4b4e228ded421f2cb5f909d0ceca29cb69f1c287
Added Files:
lazygit/DESCR
lazygit/Makefile
lazygit/PLIST
lazygit/distinfo
Log Message:
Add lazygit. Needs help with go dependencies.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b4e228ded421f2cb5f909d0ceca29cb69f1c287
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lazygit/DESCR | 5 +++++
lazygit/Makefile | 24 ++++++++++++++++++++++++
lazygit/PLIST | 2 ++
lazygit/distinfo | 6 ++++++
4 files changed, 37 insertions(+)
diffs:
diff --git a/lazygit/DESCR b/lazygit/DESCR
new file mode 100644
index 0000000000..6e8d5b54a3
--- /dev/null
+++ b/lazygit/DESCR
@@ -0,0 +1,5 @@
+lazygit is a CLI tool to handle git repositories, written in Go with 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.
diff --git a/lazygit/Makefile b/lazygit/Makefile
new file mode 100644
index 0000000000..92c5243164
--- /dev/null
+++ b/lazygit/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= lazygit-${GITHUB_TAG}
+PKGNAME= go-lazygit-${VERSION}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jesseduffield/}
+GITHUB_PROJECT= lazygit
+VERSION= 0.28.2
+GITHUB_TAG= v${VERSION}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jesseduffield/lazygit/
+COMMENT= Simple terminal UI for git commands
+LICENSE= mit
+
+GO_BUILD_PATTERN= github.com/jesseduffield/lazygit
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/lazygit ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lazygit/PLIST b/lazygit/PLIST
new file mode 100644
index 0000000000..7e41113a20
--- /dev/null
+++ b/lazygit/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/lazygit
diff --git a/lazygit/distinfo b/lazygit/distinfo
new file mode 100644
index 0000000000..11a2ad2ec2
--- /dev/null
+++ b/lazygit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (lazygit-v0.28.2.tar.gz) = c6542e0ae032e20f49da1666647bcd2faa5d2649
+RMD160 (lazygit-v0.28.2.tar.gz) = 44b8929e8107c5b6625d058e122ebe5efa385142
+SHA512 (lazygit-v0.28.2.tar.gz) = e7002089194c572fffe8329bd245d4db64fb71cb73c63f07b950da845ecdc85c70c8bea682d2b4aa1c9b38f8cf5270cd24d3bb41eff8a26d31be58eddcdf41ce
+Size (lazygit-v0.28.2.tar.gz) = 3223174 bytes
Home |
Main Index |
Thread Index |
Old Index