forked from Lainports/opnsense-ports
26 lines
549 B
Makefile
26 lines
549 B
Makefile
PORTNAME= pfetch
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
|
COMMENT= Pretty system information tool written in POSIX sh
|
|
WWW= https://github.com/dylanaraps/pfetch
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
DEPRECATED= No longer developed, upstream repo archived Apr 26 2024
|
|
EXPIRATION_DATE=2024-07-31
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dylanaraps
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|