diff options
-rw-r--r-- | sysutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/neofetch/DESCR | 8 | ||||
-rw-r--r-- | sysutils/neofetch/Makefile | 21 | ||||
-rw-r--r-- | sysutils/neofetch/PLIST | 3 | ||||
-rw-r--r-- | sysutils/neofetch/distinfo | 6 |
5 files changed, 40 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cc752178f23..84e3bb53e2a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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+= ncdu SUBDIR+= ndesk-dbus SUBDIR+= ndesk-dbus-glib SUBDIR+= neb-wipe +SUBDIR+= neofetch SUBDIR+= netbsd-kmod-tools SUBDIR+= netbt-hcidump SUBDIR+= news diff --git a/sysutils/neofetch/DESCR b/sysutils/neofetch/DESCR new file mode 100644 index 00000000000..a032d4d4473 --- /dev/null +++ b/sysutils/neofetch/DESCR @@ -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 --git a/sysutils/neofetch/Makefile b/sysutils/neofetch/Makefile new file mode 100644 index 00000000000..cdbfefc36e2 --- /dev/null +++ b/sysutils/neofetch/Makefile @@ -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 +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 --git a/sysutils/neofetch/PLIST b/sysutils/neofetch/PLIST new file mode 100644 index 00000000000..1d6f1ec2784 --- /dev/null +++ b/sysutils/neofetch/PLIST @@ -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 --git a/sysutils/neofetch/distinfo b/sysutils/neofetch/distinfo new file mode 100644 index 00000000000..bb645f108cc --- /dev/null +++ b/sysutils/neofetch/distinfo @@ -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 |