mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
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
23 lines
442 B
Makefile
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>
|