add sysinfo

This commit is contained in:
c0dev0id 2023-12-20 13:36:40 +01:00
parent 9b7e923134
commit 19bce95e72
4 changed files with 27 additions and 0 deletions

21
sysutils/sysinfo/Makefile Normal file
View File

@ -0,0 +1,21 @@
COMMENT = OpenBSD system information script
GH_ACCOUNT = szenesis
GH_PROJECT = sysinfo
# FIXME: Software needs to be tagged / released, then use
# GH_TAGNAME = 0.0.1 (is this is your tag)
GH_COMMIT = 77f15e3d050d9136a4766fef57cff3f17e13b769
DISTNAME = sysinfo-0.0.1
CATEGORIES = sysutils
# FIXME: No license provided
PERMIT_PACKAGE = Yes
NO_BUILD = Yes
do-install:
${INSTALL} ${WRKSRC}/sysinfo ${PREFIX}/bin/sysinfo
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (sysinfo-0.0.1-77f15e3d.tar.gz) = H1R5QRNpwhdh5MXh3x9ToDXZ/yItyY+qsQPJFeCiCqI=
SIZE (sysinfo-0.0.1-77f15e3d.tar.gz) = 1478

View File

@ -0,0 +1,3 @@
Sysinfo is a script which shows system information in an eyecandy
fashion suitable for screenshots. Like neofetch / screenfetch, but
written specifically for OpenBSD.

View File

@ -0,0 +1 @@
bin/sysinfo