add sysinfo
This commit is contained in:
parent
9b7e923134
commit
19bce95e72
21
sysutils/sysinfo/Makefile
Normal file
21
sysutils/sysinfo/Makefile
Normal 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>
|
2
sysutils/sysinfo/distinfo
Normal file
2
sysutils/sysinfo/distinfo
Normal 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
|
3
sysutils/sysinfo/pkg/DESCR
Normal file
3
sysutils/sysinfo/pkg/DESCR
Normal 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.
|
1
sysutils/sysinfo/pkg/PLIST
Normal file
1
sysutils/sysinfo/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin/sysinfo
|
Loading…
Reference in New Issue
Block a user