pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pfetch: Import of pfetch 0.4.0 as wip/pfetch.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Sun Oct 20 19:00:09 2019 -0500
Changeset: 433eb6daae5fd0c4ec858563bb1d519f014d35d6
Added Files:
pfetch/DESCR
pfetch/Makefile
pfetch/PLIST
pfetch/distinfo
Log Message:
pfetch: Import of pfetch 0.4.0 as wip/pfetch.
Pretty and simple system information tool written in POSIX sh, supporting:
Linux; Android; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku; Minix; Solaris; and
more.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=433eb6daae5fd0c4ec858563bb1d519f014d35d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pfetch/DESCR | 3 +++
pfetch/Makefile | 23 +++++++++++++++++++++++
pfetch/PLIST | 2 ++
pfetch/distinfo | 6 ++++++
4 files changed, 34 insertions(+)
diffs:
diff --git a/pfetch/DESCR b/pfetch/DESCR
new file mode 100644
index 0000000000..8359d38daa
--- /dev/null
+++ b/pfetch/DESCR
@@ -0,0 +1,3 @@
+Pretty and simple system information tool written in POSIX sh, supporting:
+Linux; Android; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku; Minix; Solaris; and
+more.
diff --git a/pfetch/Makefile b/pfetch/Makefile
new file mode 100644
index 0000000000..c42b6dd3a0
--- /dev/null
+++ b/pfetch/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= pfetch-0.4.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
+EXTRACT_USING= bsdtar
+
+MAINTAINER= fox%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dylanaraps/pfetch
+COMMENT= Pretty system information tool written in POSIX sh
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} \
+ ${DESTDIR}${PREFIX}/bin/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pfetch/PLIST b/pfetch/PLIST
new file mode 100644
index 0000000000..b39f69c24e
--- /dev/null
+++ b/pfetch/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/pfetch
diff --git a/pfetch/distinfo b/pfetch/distinfo
new file mode 100644
index 0000000000..11b3ae47dd
--- /dev/null
+++ b/pfetch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pfetch-0.4.0.tar.gz) = dd9e27e4bf352765739d6e635a52731499cb1d45
+RMD160 (pfetch-0.4.0.tar.gz) = 4d5b993e9e1d1a0d5849233f98e70b1628d23f24
+SHA512 (pfetch-0.4.0.tar.gz) = 91bf6343a001c6e01a7f34247561df030c43b5f1def51d4f7ca9b0a4b6d119992c5ed14304cb3596b5fb380356a4c51e7c2f09fa8524e9be12f03ace08c4fbfd
+Size (pfetch-0.4.0.tar.gz) = 15954 bytes
Home |
Main Index |
Thread Index |
Old Index