Add sysutils/ufetch

Tiny system info for Unix-like operating systems. It's a command line tool
written in sh, it already supports more than thirty operating systems.

WWW: https://gitlab.com/jschx/ufetch/

PR:		239927
Submitted by:	Lewis Cook <vulcan@wired.sh>
This commit is contained in:
Danilo G. Baio 2019-09-01 19:22:53 +00:00
parent 749278874a
commit 991f028849
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510733
4 changed files with 38 additions and 0 deletions

View File

@ -1430,6 +1430,7 @@
SUBDIR += uefi-edk2-bhyve-csm
SUBDIR += uefi-edk2-bhyve-devel
SUBDIR += uefi-edk2-qemu
SUBDIR += ufetch
SUBDIR += ufs_copy
SUBDIR += uhidd
SUBDIR += uif2iso

30
sysutils/ufetch/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= ufetch
DISTVERSION= 0.1-1
CATEGORIES= sysutils
MAINTAINER= vulcan@wired.sh
COMMENT= Tiny system info for Unix-like operating systems
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITLAB= yes
GL_ACCOUNT= jschx
GL_COMMIT= 544c670443be515b07512afccb1adf22d9a3825f
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/ufetch
post-patch:
${REINPLACE_CMD} -e 's/-freebsd//g' ${WRKSRC}/ufetch-freebsd
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-freebsd \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

3
sysutils/ufetch/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1565992737
SHA256 (jschx-ufetch-544c670443be515b07512afccb1adf22d9a3825f_GL0.tar.gz) = 5193fb8ce8b3718a2251e5cfd4cf681448bc593086137f7c5d211d017f02a779
SIZE (jschx-ufetch-544c670443be515b07512afccb1adf22d9a3825f_GL0.tar.gz) = 44243

View File

@ -0,0 +1,4 @@
Tiny system info for Unix-like operating systems. It's a command line tool
written in sh, it already supports more than thirty operating systems.
WWW: https://gitlab.com/jschx/ufetch/