diff options
author | nia <nia@pkgsrc.org> | 2020-03-05 13:29:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-05 13:29:11 +0000 |
commit | f57a3050b0beedc5dfe52ea94de83c9b7f6a985e (patch) | |
tree | 42ce93c263dc84e18cf8859ee8358d4e694816c5 /sysutils/neofetch | |
parent | ac8b46f10106182d7b2c04c114d61f84a22554a7 (diff) | |
download | pkgsrc-f57a3050b0beedc5dfe52ea94de83c9b7f6a985e.tar.gz |
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 (limited to 'sysutils/neofetch')
-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 |
4 files changed, 38 insertions, 0 deletions
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 |