sysutils/sysinfo: new port

This commit is contained in:
c0dev0id
2026-07-08 11:10:15 +02:00
parent bc3689e565
commit d76a5dce4b
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