pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New package, ufetch
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon Dec 9 13:23:21 2019 +0100
Changeset: a92068e50b96357b02ba53df6b25d2db069bde59
Modified Files:
Makefile
Added Files:
ufetch/DESCR
ufetch/Makefile
ufetch/PLIST
ufetch/distinfo
Log Message:
New package, ufetch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a92068e50b96357b02ba53df6b25d2db069bde59
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ufetch/DESCR | 1 +
ufetch/Makefile | 22 ++++++++++++++++++++++
ufetch/PLIST | 1 +
ufetch/distinfo | 6 ++++++
5 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 377fde510f..2e28a8c018 100644
--- a/Makefile
+++ b/Makefile
@@ -4792,6 +4792,7 @@ SUBDIR+= udp-ping
SUBDIR+= udunits2
SUBDIR+= uebimiau
SUBDIR+= ufc
+SUBDIR+= ufetch
SUBDIR+= uffizi
SUBDIR+= uget
SUBDIR+= uhd-git
diff --git a/ufetch/DESCR b/ufetch/DESCR
new file mode 100644
index 0000000000..c4274bc0b0
--- /dev/null
+++ b/ufetch/DESCR
@@ -0,0 +1 @@
+Tiny system info for Unix-like operating systems.
diff --git a/ufetch/Makefile b/ufetch/Makefile
new file mode 100644
index 0000000000..a5cf388316
--- /dev/null
+++ b/ufetch/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= ufetch-v0.1
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= sysutils
+MASTER_SITES= https://gitlab.com/jschx/ufetch/-/archive/v0.1/
+
+MAINTAINER= voidpin%protonmail.com@localhost
+HOMEPAGE= https://gitlab.com/jschx/ufetch/-/archive/v0.1/
+COMMENT= Tiny system info for Unix-like operating systems
+LICENSE= isc
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+
+do-install:
+ (cd ${WRKDIR}/${DISTNAME} && mv ufetch-netbsd ufetch && chmod +x ufetch && mv ufetch /usr/pkg/bin)
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ufetch/PLIST b/ufetch/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/ufetch/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/ufetch/distinfo b/ufetch/distinfo
new file mode 100644
index 0000000000..d09ca3f91e
--- /dev/null
+++ b/ufetch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ufetch-v0.1.tar.gz) = 409d7391a57a0e569f9cb0068a8175cc9a6e4511
+RMD160 (ufetch-v0.1.tar.gz) = 4e923db3337ff9251a9adbabd86cc4c4a6ccde56
+SHA512 (ufetch-v0.1.tar.gz) = 8ae9165d9fb00dce9317ea8ac0ad99bcb5a85f5edf9ca3fa4129b66d9cccedbf1c5fdede6a1b6d466e1cc1293983436a2e33498f7bc5849d22bbe1257882f136
+Size (ufetch-v0.1.tar.gz) = 44131 bytes
Home |
Main Index |
Thread Index |
Old Index