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:
parent
749278874a
commit
991f028849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510733
@ -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
30
sysutils/ufetch/Makefile
Normal 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
3
sysutils/ufetch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565992737
|
||||
SHA256 (jschx-ufetch-544c670443be515b07512afccb1adf22d9a3825f_GL0.tar.gz) = 5193fb8ce8b3718a2251e5cfd4cf681448bc593086137f7c5d211d017f02a779
|
||||
SIZE (jschx-ufetch-544c670443be515b07512afccb1adf22d9a3825f_GL0.tar.gz) = 44243
|
4
sysutils/ufetch/pkg-descr
Normal file
4
sysutils/ufetch/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user