New port: syutils/pfetch
Pretty system information tool written in POSIX sh, supporting: Linux; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku and more. WWW: https://github.com/dylanaraps/pfetch PR: 240873 Submitted by: Lewis Cook <vulcan@wired.sh>
This commit is contained in:
parent
fc95b3f0cf
commit
3a8ca303bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513277
4 changed files with 34 additions and 0 deletions
|
@ -881,6 +881,7 @@
|
|||
SUBDIR += pefs-kmod
|
||||
SUBDIR += personality
|
||||
SUBDIR += pesign
|
||||
SUBDIR += pfetch
|
||||
SUBDIR += pflogx
|
||||
SUBDIR += pfstat
|
||||
SUBDIR += pftables
|
||||
|
|
25
sysutils/pfetch/Makefile
Normal file
25
sysutils/pfetch/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pfetch
|
||||
DISTVERSION= 0.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= vulcan@wired.sh
|
||||
COMMENT= Pretty system information tool written in POSIX sh
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dylanaraps
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/pfetch
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/pfetch/distinfo
Normal file
3
sysutils/pfetch/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1569803722
|
||||
SHA256 (dylanaraps-pfetch-0.1_GH0.tar.gz) = 0f42383ce099c7a3956fe93c803b4882c094e869d4dd09b22806e83b176abe2d
|
||||
SIZE (dylanaraps-pfetch-0.1_GH0.tar.gz) = 12921
|
5
sysutils/pfetch/pkg-descr
Normal file
5
sysutils/pfetch/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Pretty system information tool written in POSIX sh,
|
||||
supporting: Linux; MacOS; OpenBSD; FreeBSD; NetBSD;
|
||||
Haiku and more.
|
||||
|
||||
WWW: https://github.com/dylanaraps/pfetch
|
Loading…
Reference in a new issue