forked from Lainports/freebsd-ports
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>
30 lines
547 B
Makefile
30 lines
547 B
Makefile
# $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>
|