pkgsrc-WIP-changes archive

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

Change Maintainer



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Sat Nov 23 15:44:16 2024 +0000
Changeset:	96b75ccd995e62ba3c7f92c4b90aef86b3ec03c8

Modified Files:
	fastfetch/Makefile

Log Message:
Change Maintainer

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

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

diffstat:
 fastfetch/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/fastfetch/Makefile b/fastfetch/Makefile
index 1cce4bbc27..cc902348b2 100644
--- a/fastfetch/Makefile
+++ b/fastfetch/Makefile
@@ -4,14 +4,14 @@ GITHUB_PROJECT=	fastfetch
 GITHUB_TAG=	refs/tags/2.30.1
 DISTNAME=	2.30.1
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES=	# TODO: add primary category
+CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fastfetch-cli/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/fastfetch-cli/fastfetch/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	Fetch system information and display it prettily
+LICENSE=	mit
 
 WRKSRC=		${WRKDIR}/fastfetch-2.30.1
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index