pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils sysutils: Add neofetch
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ba180f9cd8b
branches: trunk
changeset: 412369:4ba180f9cd8b
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 05 13:29:11 2020 +0000
description:
sysutils: Add neofetch
Neofetch is a command-line system information tool written in bash.
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.
diffstat:
sysutils/Makefile | 3 ++-
sysutils/neofetch/DESCR | 8 ++++++++
sysutils/neofetch/Makefile | 21 +++++++++++++++++++++
sysutils/neofetch/PLIST | 3 +++
sysutils/neofetch/distinfo | 6 ++++++
5 files changed, 40 insertions(+), 1 deletions(-)
diffs (71 lines):
diff -r 50aadb63d7db -r 4ba180f9cd8b sysutils/Makefile
--- a/sysutils/Makefile Thu Mar 05 13:22:08 2020 +0000
+++ b/sysutils/Makefile Thu Mar 05 13:29:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.863 2020/02/20 06:15:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.864 2020/03/05 13:29:11 nia Exp $
#
COMMENT= System utilities
@@ -391,6 +391,7 @@
SUBDIR+= ndesk-dbus
SUBDIR+= ndesk-dbus-glib
SUBDIR+= neb-wipe
+SUBDIR+= neofetch
SUBDIR+= netbsd-kmod-tools
SUBDIR+= netbt-hcidump
SUBDIR+= news
diff -r 50aadb63d7db -r 4ba180f9cd8b sysutils/neofetch/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neofetch/DESCR Thu Mar 05 13:29:11 2020 +0000
@@ -0,0 +1,8 @@
+Neofetch is a command-line system information tool written in bash.
+
+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 -r 50aadb63d7db -r 4ba180f9cd8b sysutils/neofetch/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neofetch/Makefile Thu Mar 05 13:29:11 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/03/05 13:29:12 nia Exp $
+
+DISTNAME= neofetch-6.1.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dylanaraps/neofetch
+COMMENT= Command-line system information tool
+LICENSE= mit
+
+USE_TOOLS+= bash:run
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+REPLACE_BASH+= neofetch
+
+.include "../../mk/bsd.pkg.mk"
diff -r 50aadb63d7db -r 4ba180f9cd8b sysutils/neofetch/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neofetch/PLIST Thu Mar 05 13:29:11 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/05 13:29:12 nia Exp $
+bin/neofetch
+man/man1/neofetch.1
diff -r 50aadb63d7db -r 4ba180f9cd8b sysutils/neofetch/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/neofetch/distinfo Thu Mar 05 13:29:11 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/05 13:29:12 nia Exp $
+
+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