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>