ports/sysutils/pfetch/Makefile
Santhosh Raju 3b50beadd0 sysutils/pfetch: Update to 1.7.1
Changes since 1.7.0:

1.7.1

What's Changed

  * Document values of PF_INFO by @polluks in #55
  * Fixed typos by @polluks in #56
  * Fixing a typo in README by @danielhejduk in #59

This release didn't add any new features, just typo fixes and documentation improvements

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.7.0...1.7.1
2025-01-12 13:18:53 +01:00

23 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>