mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
24 lines
442 B
Makefile
24 lines
442 B
Makefile
PORTNAME= pfetch
|
|
DISTVERSION= 1.7.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
|
COMMENT= Pretty system information tool written in POSIX sh
|
|
WWW= https://github.com/Un1q32/pfetch
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Un1q32
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|