blob: dd1f59710aceb030abad433b0f08c5e59b26297f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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>
|