pkgsrc-WIP-changes archive

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

Import neofetch 6.1.0



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Mon Feb 10 18:18:42 2020 -0800
Changeset:	680f2110f4839b42cc58b4711a34fb38835561ef

Modified Files:
	Makefile
Added Files:
	neofetch/DESCR
	neofetch/Makefile
	neofetch/PLIST
	neofetch/distinfo

Log Message:
Import neofetch 6.1.0

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

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

diffstat:
 Makefile          |  1 +
 neofetch/DESCR    |  7 +++++++
 neofetch/Makefile | 15 +++++++++++++++
 neofetch/PLIST    |  3 +++
 neofetch/distinfo |  6 ++++++
 5 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a7e17a9960..ad36fef7a7 100644
--- a/Makefile
+++ b/Makefile
@@ -2343,6 +2343,7 @@ SUBDIR+=	necpp-git
 SUBDIR+=	nehe-opengl-tutorials
 SUBDIR+=	neko
 SUBDIR+=	nemo
+SUBDIR+=	neofetch
 SUBDIR+=	neovim
 SUBDIR+=	neovim-git
 SUBDIR+=	nestopia-rpi
diff --git a/neofetch/DESCR b/neofetch/DESCR
new file mode 100644
index 0000000000..271d24664b
--- /dev/null
+++ b/neofetch/DESCR
@@ -0,0 +1,7 @@
+Neofetch is a command-line system information tool written in bash 3.2+.
+Neofetch displays information about your operating system, software and
+hardware in an aesthetic and visually pleasing way.
+
+The overall purpose of Neofetch is to be used in screen-shots of your
+system. Neofetch shows the information other people want to see. There are
+other tools available for proper system statistic/diagnostics.
diff --git a/neofetch/Makefile b/neofetch/Makefile
new file mode 100644
index 0000000000..c438aff0c5
--- /dev/null
+++ b/neofetch/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	neofetch-6.1.0
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=dylanaraps/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dylanaraps/neofetch
+COMMENT=	A command-line system information tool written in bash 3.2+
+LICENSE=	mit
+
+REPLACE_BASH+=	neofetch
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/neofetch/PLIST b/neofetch/PLIST
new file mode 100644
index 0000000000..e4ce955d72
--- /dev/null
+++ b/neofetch/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/neofetch
+share/man/man1/neofetch.1
diff --git a/neofetch/distinfo b/neofetch/distinfo
new file mode 100644
index 0000000000..0d6b2aaacf
--- /dev/null
+++ b/neofetch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (neofetch-6.1.0.tar.gz) = c3b5450eeafc6b20b65696b1d2bcc3b9e605c0a6
+RMD160 (neofetch-6.1.0.tar.gz) = bfc33beffe81a618e12ab30c48230d05db7cded4
+SHA512 (neofetch-6.1.0.tar.gz) = a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
+Size (neofetch-6.1.0.tar.gz) = 118346 bytes


Home | Main Index | Thread Index | Old Index