pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import screenfetch-3.7.0 as wip/screenfetch.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Jul 18 23:57:14 2016 +0200
Changeset: 59b1943ef2fab97c4113815e1a8bd5610e4dd882
Added Files:
screenfetch/DESCR
screenfetch/Makefile
screenfetch/PLIST
screenfetch/distinfo
Log Message:
Import screenfetch-3.7.0 as wip/screenfetch.
screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can
be used to generate one of those nifty terminal theme information + ASCII
distribution logos you see in everyone's screenshots nowadays. It will
auto-detect your distribution and display an ASCII version of that
distribution's logo and some valuable information to the right. There are
options to specify no ASCII art, colors, taking a screenshot upon displaying
info, and even customizing the screenshot command! This script is very easy to
add to and can easily be extended.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59b1943ef2fab97c4113815e1a8bd5610e4dd882
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
screenfetch/DESCR | 8 ++++++++
screenfetch/Makefile | 31 +++++++++++++++++++++++++++++++
screenfetch/PLIST | 3 +++
screenfetch/distinfo | 6 ++++++
4 files changed, 48 insertions(+)
diffs:
diff --git a/screenfetch/DESCR b/screenfetch/DESCR
new file mode 100644
index 0000000..a3da1df
--- /dev/null
+++ b/screenfetch/DESCR
@@ -0,0 +1,8 @@
+screenFetch is a "Bash Screenshot Information Tool". This handy Bash script can
+be used to generate one of those nifty terminal theme information + ASCII
+distribution logos you see in everyone's screenshots nowadays. It will
+auto-detect your distribution and display an ASCII version of that
+distribution's logo and some valuable information to the right. There are
+options to specify no ASCII art, colors, taking a screenshot upon displaying
+info, and even customizing the screenshot command! This script is very easy to
+add to and can easily be extended.
diff --git a/screenfetch/Makefile b/screenfetch/Makefile
new file mode 100644
index 0000000..d6c439c
--- /dev/null
+++ b/screenfetch/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME= screenFetch-3.7.0
+PKGNAME= ${DISTNAME:tl}
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=KittyKatt/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/KittyKatt/screenFetch/
+COMMENT= Fetches system/theme information in terminal for screenshots
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_TOOLS+= bash:run
+USE_LANGUAGES= # none
+
+REPLACE_BASH+= screenfetch-dev
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${RUN} cd ${WRKSRC} && ${INSTALL_SCRIPT} screenfetch-dev \
+ ${DESTDIR}${PREFIX}/bin/screenfetch
+ ${RUN} cd ${WRKSRC} && ${INSTALL_DATA} screenfetch.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/screenfetch.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/screenfetch/PLIST b/screenfetch/PLIST
new file mode 100644
index 0000000..87fe133
--- /dev/null
+++ b/screenfetch/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/screenfetch
+man/man1/screenfetch.1
diff --git a/screenfetch/distinfo b/screenfetch/distinfo
new file mode 100644
index 0000000..ae0dbdf
--- /dev/null
+++ b/screenfetch/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (screenFetch-3.7.0.tar.gz) = 5a3702504e154335e372df56e4cb621840dc5506
+RMD160 (screenFetch-3.7.0.tar.gz) = f3be9d4d8fb044cb592f9c41af4ceb5eb9c6a9a4
+SHA512 (screenFetch-3.7.0.tar.gz) = 9a6e89ef2cd48f12b22230c7aff356ac2ece8dc7437034a51a66f8026e5ca4a630af43511a60b21e9fc9f89af9e2493b8cfa3a06294e74c3d611ae3bb0db922d
+Size (screenFetch-3.7.0.tar.gz) = 60223 bytes
Home |
Main Index |
Thread Index |
Old Index