pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lazygit: Simplify distfile handling



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 6 17:44:23 2021 +0200
Changeset:	170323530471372b7d50301cdad22c31cfbf1f66

Modified Files:
	lazygit/Makefile
	lazygit/distinfo

Log Message:
lazygit: Simplify distfile handling

Most Go packages providing only a binary do not have any `go-' suffix.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=170323530471372b7d50301cdad22c31cfbf1f66

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lazygit/Makefile | 7 ++-----
 lazygit/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 9 deletions(-)

diffs:
diff --git a/lazygit/Makefile b/lazygit/Makefile
index 92c5243164..cad879769f 100644
--- a/lazygit/Makefile
+++ b/lazygit/Makefile
@@ -1,12 +1,9 @@
 # $NetBSD$
 
-DISTNAME=		lazygit-${GITHUB_TAG}
-PKGNAME=		go-lazygit-${VERSION}
+DISTNAME=		lazygit-0.28.2
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=jesseduffield/}
-GITHUB_PROJECT=		lazygit
-VERSION=		0.28.2
-GITHUB_TAG=		v${VERSION}
+GITHUB_TAG=		v${PKGVERSION_NOREV}
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://github.com/jesseduffield/lazygit/
diff --git a/lazygit/distinfo b/lazygit/distinfo
index 11a2ad2ec2..7f2202396d 100644
--- a/lazygit/distinfo
+++ b/lazygit/distinfo
@@ -1,6 +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
+SHA1 (lazygit-0.28.2.tar.gz) = c6542e0ae032e20f49da1666647bcd2faa5d2649
+RMD160 (lazygit-0.28.2.tar.gz) = 44b8929e8107c5b6625d058e122ebe5efa385142
+SHA512 (lazygit-0.28.2.tar.gz) = e7002089194c572fffe8329bd245d4db64fb71cb73c63f07b950da845ecdc85c70c8bea682d2b4aa1c9b38f8cf5270cd24d3bb41eff8a26d31be58eddcdf41ce
+Size (lazygit-0.28.2.tar.gz) = 3223174 bytes


Home | Main Index | Thread Index | Old Index